diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 07:01:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 07:01:44 +0300 |
commit | d5721b974a58ed5a26f33346dae728d93a7c1803 (patch) | |
tree | 2679ec39d8a44b5c3bdaf947d21881135460e7b7 /log.h | |
parent | 7df7cc0f3a8435c18e4491b04827deb47078b6d5 (diff) |
boost threads and mutexes, better error handling (thread's timeouts)
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ public: private: fstream log; TCHAR *path; + boost::mutex log_mutex; }; #endif
\ No newline at end of file |