summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerI.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-11-07 19:16:19 +0000
committerBernard Normier <bernard@zeroc.com>2006-11-07 19:16:19 +0000
commitc0d8c2634c22ecce5b478718000e87815c0cb3bb (patch)
tree4c816789c6904a69e61d56df36d734fff7ab4416 /cpp/src/Ice/LoggerI.h
parentupdating exception translation (diff)
downloadice-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.h7
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;
};
}