summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VoiceService/src/stdafx.h')
-rw-r--r--plugins/VoiceService/src/stdafx.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/VoiceService/src/stdafx.h b/plugins/VoiceService/src/stdafx.h
index d54bf5ac13..22408dfe48 100644
--- a/plugins/VoiceService/src/stdafx.h
+++ b/plugins/VoiceService/src/stdafx.h
@@ -97,24 +97,24 @@ class VoiceProvider
{
public:
wchar_t description[256];
- char name[256];
- char icon[256];
- int flags;
- bool is_protocol;
+ char name[256];
+ HANDLE hIcolib;
+ int flags;
+ bool is_protocol;
- VoiceProvider(const char *name, const wchar_t *description, int flags, const char *icon);
+ VoiceProvider(const char *name, const wchar_t *description, int flags, HANDLE hIcolib);
~VoiceProvider();
- bool CanCall(const wchar_t *number);
- bool CanCall(MCONTACT hContact, BOOL now = TRUE);
- void Call(MCONTACT hContact, const wchar_t *number);
+ bool CanCall(const wchar_t *number);
+ bool CanCall(MCONTACT hContact, BOOL now = TRUE);
+ void Call(MCONTACT hContact, const wchar_t *number);
- bool CanHold();
+ bool CanHold();
- bool CanSendDTMF();
+ bool CanSendDTMF();
HICON GetIcon();
- void ReleaseIcon(HICON hIcon);
+ void ReleaseIcon(HICON hIcon);
private:
bool canHold;