diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-11-07 19:16:19 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-11-07 19:16:19 +0000 |
commit | c0d8c2634c22ecce5b478718000e87815c0cb3bb (patch) | |
tree | 4c816789c6904a69e61d56df36d734fff7ab4416 /cpp/src/Ice/LoggerI.h | |
parent | updating exception translation (diff) | |
download | ice-c0d8c2634c22ecce5b478718000e87815c0cb3bb.tar.bz2 ice-c0d8c2634c22ecce5b478718000e87815c0cb3bb.tar.xz ice-c0d8c2634c22ecce5b478718000e87815c0cb3bb.zip |
Replace static Mutex by static StaticMutex
Diffstat (limited to 'cpp/src/Ice/LoggerI.h')
-rw-r--r-- | cpp/src/Ice/LoggerI.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/LoggerI.h b/cpp/src/Ice/LoggerI.h index 08bc0151b78..8cdb01d7d5a 100644 --- a/cpp/src/Ice/LoggerI.h +++ b/cpp/src/Ice/LoggerI.h @@ -10,7 +10,6 @@ #ifndef ICE_LOGGER_I_H #define ICE_LOGGER_I_H -#include <IceUtil/Mutex.h> #include <Ice/Logger.h> namespace Ice @@ -32,12 +31,6 @@ private: std::string _prefix; std::string _emptyPrefix; bool _timestamp; - - // - // A global mutex is used to avoid garbled output with multiple - // communicators. - // - static IceUtil::Mutex _globalMutex; }; } |