diff options
author | Marc Laukien <marc@zeroc.com> | 2004-09-30 17:21:47 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-09-30 17:21:47 +0000 |
commit | 338f12d50adc609ddff7641af1d84be3cba282b7 (patch) | |
tree | 06ffe08c28ab4da3cd710a7165e1ba7356823f9d /cpp/src/Glacier2/ClientBlobject.cpp | |
parent | Added tests for collection of leaf nodes. (diff) | |
download | ice-338f12d50adc609ddff7641af1d84be3cba282b7.tar.bz2 ice-338f12d50adc609ddff7641af1d84be3cba282b7.tar.xz ice-338f12d50adc609ddff7641af1d84be3cba282b7.zip |
more glacier2
Diffstat (limited to 'cpp/src/Glacier2/ClientBlobject.cpp')
-rw-r--r-- | cpp/src/Glacier2/ClientBlobject.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/ClientBlobject.cpp b/cpp/src/Glacier2/ClientBlobject.cpp index f568efa27df..30fe28b30f1 100644 --- a/cpp/src/Glacier2/ClientBlobject.cpp +++ b/cpp/src/Glacier2/ClientBlobject.cpp @@ -1,4 +1,3 @@ - // ********************************************************************** // // Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. @@ -21,7 +20,7 @@ Glacier2::ClientBlobject::ClientBlobject(const CommunicatorPtr& communicator, const string& allow) : Glacier2::Blobject(communicator, false), _routingTable(routingTable), - _rejectTraceLevel(communicator->getProperties()->getPropertyAsInt("Glacier2.Client.Trace.Reject")) + _rejectTraceLevel(_properties->getPropertyAsInt("Glacier2.Client.Trace.Reject")) { vector<string>& allowCategories = const_cast<vector<string>&>(_allowCategories); |