summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Communicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/Communicator.h')
-rwxr-xr-xcppe/include/IceE/Communicator.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cppe/include/IceE/Communicator.h b/cppe/include/IceE/Communicator.h
index 850d5ed8a9b..5299b8d6399 100755
--- a/cppe/include/IceE/Communicator.h
+++ b/cppe/include/IceE/Communicator.h
@@ -21,7 +21,7 @@
namespace Ice
{
-class ICE_API Communicator : public ::IceUtil::RecMutex, public ::IceUtil::Shared
+class ICE_API Communicator : public ::IceUtil::Shared
{
public:
@@ -72,9 +72,8 @@ private:
friend ICE_API CommunicatorPtr initializeWithProperties(int&, char*[], const PropertiesPtr&, Int);
friend ICE_API ::IceInternal::InstancePtr IceInternal::getInstance(const ::Ice::CommunicatorPtr&);
- bool _destroyed;
- ::IceInternal::InstancePtr _instance;
- ::Ice::Context _dfltContext;
+ const ::IceInternal::InstancePtr _instance;
+ const ::Ice::Context _dfltContext;
};
}