diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-06 06:40:06 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-06 06:40:06 +0000 |
commit | b08947185374db8a1dc24b5c0c593b844bf8550c (patch) | |
tree | 8fe8ef780685d65bd4947c0bb0cbca5479d09d90 /cpp/src/Ice/CommunicatorI.h | |
parent | Bug 459. (diff) | |
download | ice-b08947185374db8a1dc24b5c0c593b844bf8550c.tar.bz2 ice-b08947185374db8a1dc24b5c0c593b844bf8550c.tar.xz ice-b08947185374db8a1dc24b5c0c593b844bf8550c.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h index c74f5ccffa6..483e98ab4fd 100644 --- a/cpp/src/Ice/CommunicatorI.h +++ b/cpp/src/Ice/CommunicatorI.h @@ -74,15 +74,13 @@ 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; // // We don't want the dynamic libraries to be unloaded until the // Communicator's destructor is invoked. // - ::IceInternal::DynamicLibraryListPtr _dynamicLibraryList; + const ::IceInternal::DynamicLibraryListPtr _dynamicLibraryList; }; } |