diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-28 04:23:19 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-28 04:23:19 +0000 |
commit | 83f33233414556f350cd3a8d7b1cf1af6db69457 (patch) | |
tree | 38f7ed62d4b25d660953e045d651a5f8ee1de4cf /cpp/src/Glacier/ClientBlobject.cpp | |
parent | oneway callback test (diff) | |
download | ice-83f33233414556f350cd3a8d7b1cf1af6db69457.tar.bz2 ice-83f33233414556f350cd3a8d7b1cf1af6db69457.tar.xz ice-83f33233414556f350cd3a8d7b1cf1af6db69457.zip |
Glacier properties
Diffstat (limited to 'cpp/src/Glacier/ClientBlobject.cpp')
-rw-r--r-- | cpp/src/Glacier/ClientBlobject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Glacier/ClientBlobject.cpp b/cpp/src/Glacier/ClientBlobject.cpp index 9cd92e4a459..b8cf3dd76cb 100644 --- a/cpp/src/Glacier/ClientBlobject.cpp +++ b/cpp/src/Glacier/ClientBlobject.cpp @@ -33,8 +33,10 @@ Glacier::ClientBlobject::~ClientBlobject() void Glacier::ClientBlobject::destroy() { + // // No mutex protection necessary, destroy is only called after all // object adapters have shut down. + // _communicator = 0; _logger = 0; _routingTable = 0; |