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/ServerBlobject.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/ServerBlobject.cpp')
-rw-r--r-- | cpp/src/Glacier/ServerBlobject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Glacier/ServerBlobject.cpp b/cpp/src/Glacier/ServerBlobject.cpp index 16d3ae71c01..785191963f6 100644 --- a/cpp/src/Glacier/ServerBlobject.cpp +++ b/cpp/src/Glacier/ServerBlobject.cpp @@ -31,8 +31,10 @@ Glacier::ServerBlobject::~ServerBlobject() void Glacier::ServerBlobject::destroy() { + // // No mutex protection necessary, destroy is only called after all // object adapters have shut down. + // _clientAdapter = 0; _logger = 0; } |