From bbeb2217dbaad57a221186442bba2f8842240eaf Mon Sep 17 00:00:00 2001 From: pescuma Date: Mon, 1 Feb 2010 02:03:39 +0000 Subject: 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 --- Protocols/IAX/IAXProto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Protocols/IAX/IAXProto.h') 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; } -- cgit v1.2.3