diff options
Diffstat (limited to 'plugins/XSoundNotify/src/xsn_utils.h')
-rw-r--r-- | plugins/XSoundNotify/src/xsn_utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/XSoundNotify/src/xsn_utils.h b/plugins/XSoundNotify/src/xsn_utils.h index 5c2a519c7c..b0d2b60411 100644 --- a/plugins/XSoundNotify/src/xsn_utils.h +++ b/plugins/XSoundNotify/src/xsn_utils.h @@ -1,15 +1,15 @@ #ifndef _XSN_UTILS_H
#define _XSN_UTILS_H
-void initModuleConvertTable(ModuleConvertTable & table);
+void initModuleConvertTable(ModuleConvertTable &table);
bool isReceiveMessage(LPARAM event);
-xsn_string getContactSound(HANDLE contact);
+std::tstring getContactSound(HANDLE contact);
ModuleString getContactModule(HANDLE contact);
-xsn_string getIcqContactId(HANDLE contact, const ModuleString & module);
-xsn_string getJabberContactId(HANDLE contact, const ModuleString & module);
+std::tstring getIcqContactId(HANDLE contact, const ModuleString &module);
+std::tstring getJabberContactId(HANDLE contact, const ModuleString &module);
#endif
|