diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-02 14:06:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-02 14:06:54 +0000 |
commit | 6270be1be1979c0ad41ea506200431bcfc79360c (patch) | |
tree | 4c456bd93cb848681fd135a983739042fc6e5594 /plugins/XSoundNotify/src/xsn_utils.h | |
parent | ff5a775b94465b30897964630af600fe5915fc51 (diff) |
- XSoundNotify: boost removal pt 1 (patch from Mataes)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|