diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-06 07:09:57 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-06 07:09:57 +0000 |
commit | 21273795cf24d77eecee55995a52ce57719c975d (patch) | |
tree | 744ddbaa38338f6ead13361f01af333b8649f6e3 /cppe/include/IceE/Communicator.h | |
parent | fix. (diff) | |
download | ice-21273795cf24d77eecee55995a52ce57719c975d.tar.bz2 ice-21273795cf24d77eecee55995a52ce57719c975d.tar.xz ice-21273795cf24d77eecee55995a52ce57719c975d.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448
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;
};
}
|