From 6beb2d44b3ab2811417507be4c78c19626c9ee7e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 29 Sep 2014 17:47:24 +0000 Subject: Tox: - profile manager is now profile import - tox profile renaming without reloading of tox core - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@10632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 13ca949b93..547954bea9 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -124,8 +124,12 @@ private: void __cdecl PollingThread(void*); // tox profile + HANDLE hProfile; std::tstring GetToxProfilePath(); + void LoadToxProfile(); + void SaveToxProfile(); + static INT_PTR CALLBACK ToxProfileManagerProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); // accounts @@ -225,11 +229,6 @@ private: std::string ToxAddressToId(std::string); static bool IsFileExists(std::tstring path); - - - - void LoadToxData(); - void SaveToxData(); }; #endif //_TOX_PROTO_H_ \ No newline at end of file -- cgit v1.2.3