Move message tags related code from CUtils to CMessage

This commit is contained in:
J-P Nurmi
2015-09-18 22:25:58 +02:00
parent 7d10ad2625
commit ecb9b21055
4 changed files with 68 additions and 32 deletions
+2
View File
@@ -87,7 +87,9 @@ public:
static SCString GetTimezones();
static SCString GetEncodings();
/// @deprecated Use CMessage instead
static MCString GetMessageTags(const CString& sLine);
/// @deprecated Use CMessage instead
static void SetMessageTags(CString& sLine, const MCString& mssTags);
private: