From 6270be1be1979c0ad41ea506200431bcfc79360c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 2 Apr 2013 14:06:54 +0000 Subject: - XSoundNotify: boost removal pt 1 (patch from Mataes) git-svn-id: http://svn.miranda-ng.org/main/trunk@4286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/SoundNotifyDataStorage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/XSoundNotify/src/SoundNotifyDataStorage.h') diff --git a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h index 52d5c307a0..68c7d996f9 100644 --- a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h +++ b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h @@ -9,18 +9,18 @@ public: void init(); void commit(); - ProtocolTable & getData(); + ProtocolTable &getData(); protected: void addContact(HANDLE contact); - xsn_string getContactId(HANDLE contact, const ModuleString & module, const ProtocolString & proto); + std::tstring getContactId(HANDLE contact, const ModuleString &module, const ProtocolString &proto); void registerProtocols(); private: ProtocolTable _protocolTable; ModuleConvertTable _moduleTable; - typedef boost::function getContactIdFunc; + typedef boost::function getContactIdFunc; typedef std::unordered_map RegisteredProtocols; RegisteredProtocols _registeredProtocols; }; -- cgit v1.2.3