From 4cf5a9ef45a6f6172e93c1f84bcbab22be00e0a4 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 7 Jan 2015 21:40:06 +0000 Subject: Tox: enabled profile encryption git-svn-id: http://svn.miranda-ng.org/main/trunk@11790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 2565ceb70d..faf7baa84b 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -110,11 +110,9 @@ public: static CToxProto* InitAccount(const char* protoName, const wchar_t* userName); static int UninitAccount(CToxProto* ppro); - // tox - bool InitToxCore(); - private: Tox *tox; + char *password; mir_cs toxLock; TCHAR *accountName; HANDLE hNetlib, hPollingThread, hToxEvent; @@ -122,6 +120,7 @@ private: std::map transfers; // tox + bool InitToxCore(); void UninitToxCore(); // ??? @@ -152,9 +151,6 @@ private: bool IsOnline(); int __cdecl OnAccountLoaded(WPARAM, LPARAM); int __cdecl OnAccountRenamed(WPARAM, LPARAM); - - // events - int __cdecl OnSettingsChanged(WPARAM wParam, LPARAM lParam); // options static INT_PTR CALLBACK MainOptionsProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3