summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/HTMLBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/HTMLBuilder.h')
-rw-r--r--plugins/IEView/src/HTMLBuilder.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/plugins/IEView/src/HTMLBuilder.h b/plugins/IEView/src/HTMLBuilder.h
index dcf4324e58..02793c3cdc 100644
--- a/plugins/IEView/src/HTMLBuilder.h
+++ b/plugins/IEView/src/HTMLBuilder.h
@@ -49,31 +49,30 @@ protected:
ENF_ALL = 255,
ENF_CHAT_FORMATTING = 256
};
- // virtual char *encode(const char *text, const char *proto, bool replaceSmiley);
- virtual char* encodeUTF8(MCONTACT hContact, const char *proto, const wchar_t *text, int flags, bool isSent);
- virtual char* encodeUTF8(MCONTACT hContact, const char *proto, const char *text, int flags, bool isSent);
- virtual char* encodeUTF8(MCONTACT hContact, const char *proto, const char *text, int cp, int flags, bool isSent);
- virtual bool encode(MCONTACT hContact, const char *proto, const wchar_t *text, CMStringW &str, int level, int flags, bool isSent);
- virtual char* getProto(MCONTACT hContact);
- virtual char* getProto(const char *proto, MCONTACT hContact);
- virtual char* getRealProto(MCONTACT hContact);
- virtual char* getRealProto(MCONTACT hContact, const char *proto);
+
+ virtual char* encodeUTF8(MCONTACT hContact, const wchar_t *text, int flags, bool isSent);
+ virtual char* encodeUTF8(MCONTACT hContact, const char *text, int flags, bool isSent);
+ virtual char* encodeUTF8(MCONTACT hContact, const char *text, int cp, int flags, bool isSent);
+ virtual bool encode(MCONTACT hContact, const wchar_t *text, CMStringW &str, int level, int flags, bool isSent);
+
+ virtual MCONTACT getRealContact(MCONTACT hContact);
+ virtual const char* getRealProto(MCONTACT hContact);
+
virtual wchar_t* getContactName(MCONTACT hContact, const char* szProto);
- virtual char* getEncodedContactName(MCONTACT hContact, const char *szProto, const char *szSmileyProto);
+ virtual char* getEncodedContactName(MCONTACT hContact, const char *szProto);
virtual void getUINs(MCONTACT hContact, char *&uinIn, char *&uinOut);
- virtual MCONTACT getRealContact(MCONTACT hContact);
+
virtual DWORD getLastEventTime();
virtual void setLastEventTime(DWORD);
+
virtual int getLastEventType();
virtual void setLastEventType(int);
+
virtual bool isSameDate(time_t time1, time_t time2);
virtual bool isDbEventShown(DBEVENTINFO * dbei) = 0;
- virtual ProtocolSettings *getSRMMProtocolSettings(const char *protocolName);
virtual ProtocolSettings *getSRMMProtocolSettings(MCONTACT hContact);
- virtual ProtocolSettings *getHistoryProtocolSettings(const char *protocolName);
virtual ProtocolSettings *getHistoryProtocolSettings(MCONTACT hContact);
- virtual ProtocolSettings *getChatProtocolSettings(const char *protocolName);
virtual ProtocolSettings *getChatProtocolSettings(MCONTACT hContact);
void setLastIEViewEvent(IEVIEWEVENT *event);