From d5721b974a58ed5a26f33346dae728d93a7c1803 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 8 Oct 2010 07:01:44 +0300 Subject: boost threads and mutexes, better error handling (thread's timeouts) --- commonheaders.h | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'commonheaders.h') diff --git a/commonheaders.h b/commonheaders.h index d76cc58..49a1b4d 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -16,15 +16,17 @@ #ifndef COMMONHEADERS_H #define COMMONHEADERS_H #define MIRANDA_VER 0x0901 +//windows #include -#include #include #include -#include -#include #include #include - +//c +#include +#include +#include +//c++ #include #include using std::map; @@ -39,6 +41,11 @@ using std::wstring; using std::wfstream; using std::fstream; +//boost +#include +#include + +//miranda #include #include #include @@ -58,13 +65,14 @@ using std::fstream; #include "m_metacontacts.h" #include "resource.h" + +//internal #include "constants.h" -#include "utilities.h" +#include "log.h" #include "globals.h" +#include "utilities.h" #include "main.h" #include "gpg_wrapper.h" #include "jabber_account.h" #include "metacontacts.h" -#include "log.h" -extern logtofile debuglog; #endif -- cgit v1.2.3