summaryrefslogtreecommitdiff
path: root/Protocols/IAX/IAXProto.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-02-01 02:03:39 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-02-01 02:03:39 +0000
commitbbeb2217dbaad57a221186442bba2f8842240eaf (patch)
treec346a939ff627609ca27149cea81053876a4db2e /Protocols/IAX/IAXProto.h
parent8458ec12c42a0fc915af6a33cf2e9c7d560bb17f (diff)
iax: 0.2.0.0
+ Allow more than one protocol instance git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@221 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r--Protocols/IAX/IAXProto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h
index 7eaf36b..3e841c9 100644
--- a/Protocols/IAX/IAXProto.h
+++ b/Protocols/IAX/IAXProto.h
@@ -29,6 +29,8 @@ typedef int (__cdecl IAXProto::*IAXEventFunc)(WPARAM, LPARAM);
class IAXProto : public PROTO_INTERFACE
{
private:
+ HMEMORYMODULE iaxclient;
+ IAXCLIENT iax;
HANDLE hNetlibUser;
HANDLE hCallStateEvent;
int reg_id;
@@ -53,7 +55,7 @@ public:
OptPageControl accountManagerCtrls[5];
OptPageControl optionsCtrls[7];
- IAXProto(const char *aProtoName, const TCHAR *aUserName);
+ IAXProto(HMEMORYMODULE iaxclient, const char *aProtoName, const TCHAR *aUserName);
virtual ~IAXProto();
virtual HANDLE __cdecl AddToList( int flags, PROTOSEARCHRESULT* psr ) { return 0; }