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) --- log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'log.h') diff --git a/log.h b/log.h index ded4b84..90cc769 100644 --- a/log.h +++ b/log.h @@ -29,6 +29,7 @@ public: private: fstream log; TCHAR *path; + boost::mutex log_mutex; }; #endif \ No newline at end of file -- cgit v1.2.3