From c814aae8a9ba7f85996792b9c283fcd6605e11ff Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 4 Apr 2013 19:00:03 +0000 Subject: added support of all accounts (not only icq and jabber) not use atl can play mp3 and others (bass_interface.dll required) plugin settings moved to options added relative path support git-svn-id: http://svn.miranda-ng.org/main/trunk@4306 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/SoundNotifyDataStorage.h | 28 ----------------------- 1 file changed, 28 deletions(-) delete mode 100644 plugins/XSoundNotify/src/SoundNotifyDataStorage.h (limited to 'plugins/XSoundNotify/src/SoundNotifyDataStorage.h') diff --git a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h deleted file mode 100644 index 3df9dd7eec..0000000000 --- a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef _XSN_DATA_STORAGE -#define _XSN_DATA_STORAGE - -class SoundNotifyDataStorage -{ -public: - SoundNotifyDataStorage(); - - void init(); - void commit(); - - ProtocolTable &getData(); - -protected: - void addContact(HANDLE contact); - std::tstring getContactId(HANDLE contact, const ModuleString &module, const ProtocolString &proto); - void registerProtocols(); - -private: - ProtocolTable _protocolTable; - ModuleConvertTable _moduleTable; - - typedef std::tstring (*getContactIdFunc)(HANDLE contact, const ModuleString &module); - typedef std::unordered_map RegisteredProtocols; - RegisteredProtocols _registeredProtocols; -}; - -#endif -- cgit v1.2.3