diff options
Diffstat (limited to 'cppe/include/IceE/Communicator.h')
-rwxr-xr-x | cppe/include/IceE/Communicator.h | 7 |
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;
};
}
|