summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-09-06 07:03:16 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-09-06 07:03:16 +0000
commitde0c9bfb3b22efb3f531d698bda85bf36dfe63ec (patch)
tree8aa4dab0060706bcf22da0706eac1d777b5613ce /cpp/src/Ice/CommunicatorI.h
parentsetDefaultContext/getDefaultContext is now thread safe, and checks whether (diff)
downloadice-de0c9bfb3b22efb3f531d698bda85bf36dfe63ec.tar.bz2
ice-de0c9bfb3b22efb3f531d698bda85bf36dfe63ec.tar.xz
ice-de0c9bfb3b22efb3f531d698bda85bf36dfe63ec.zip
fix.
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r--cpp/src/Ice/CommunicatorI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h
index 483e98ab4fd..2865f1b449e 100644
--- a/cpp/src/Ice/CommunicatorI.h
+++ b/cpp/src/Ice/CommunicatorI.h
@@ -20,7 +20,7 @@
namespace Ice
{
-class CommunicatorI : public Communicator, public ::IceUtil::RecMutex
+class CommunicatorI : public Communicator
{
public: