From 366ba3d2502c86c8691f72207512b72fc7ccae2a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 2 Apr 2013 19:47:02 +0000 Subject: XSoundNotify: boost removal pt 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@4292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/Common.h | 3 +-- plugins/XSoundNotify/src/SoundNotifyDataStorage.h | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/XSoundNotify/src') diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h index 491410d233..be4d16e2a8 100644 --- a/plugins/XSoundNotify/src/Common.h +++ b/plugins/XSoundNotify/src/Common.h @@ -2,6 +2,7 @@ #include #include +#include #include #include @@ -16,8 +17,6 @@ #include #include -#include - #include "resource.h" #include "Version.h" #include "xsn_types.h" diff --git a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h index 68c7d996f9..3df9dd7eec 100644 --- a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h +++ b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h @@ -20,9 +20,9 @@ private: ProtocolTable _protocolTable; ModuleConvertTable _moduleTable; - typedef boost::function getContactIdFunc; + typedef std::tstring (*getContactIdFunc)(HANDLE contact, const ModuleString &module); typedef std::unordered_map RegisteredProtocols; - RegisteredProtocols _registeredProtocols; + RegisteredProtocols _registeredProtocols; }; #endif -- cgit v1.2.3