From 3945a304e5162f3bf39347615254a746feb2eb0f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Oct 2010 23:54:53 +0300 Subject: now it must be secure, but only one encrypted filetransfer will work at same time, other will wait for it's done. --- init.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 768736c..654370e 100644 --- a/init.cpp +++ b/init.cpp @@ -136,10 +136,6 @@ int AddContact(WPARAM w, LPARAM l) return 0; } -void temp_cleaner_thread(); -boost::thread cleaner(boost::bind(temp_cleaner_thread)); - - static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) { @@ -229,9 +225,6 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) HookEvent(ME_DB_CONTACT_ADDED,AddContact); - cleaner.detach(); - - return 0; } @@ -247,6 +240,5 @@ extern "C" int __declspec(dllexport) Unload(void) mir_free(outclosetag); if(password) delete [] password; - cleaner.~thread(); return 0; } -- cgit v1.2.3