Add CUtils::Get/SetMessageTags()

This commit is contained in:
J-P Nurmi
2014-03-02 01:56:26 +01:00
parent 0a0be7710f
commit 5f8f747704
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -84,6 +84,9 @@ public:
static CString FormatTime(time_t t, const CString& sFormat, const CString& sTZ);
static SCString GetTimezones();
static MCString GetMessageTags(const CString& sLine);
static void SetMessageTags(CString& sLine, const MCString& mssTags);
private:
protected:
};