diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-07-17 16:29:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-07-17 16:29:35 +0000 |
commit | a556e744b44a49bca47aaca909484fb2f7d8fae8 (patch) | |
tree | 59e0158c2a550dab07da96b2578a3b9b4e04891d /cpp/src/IcePack/AdapterManagerI.cpp | |
parent | Slightly better version of Gen.cpp, but still broken. Too tired to fix this (diff) | |
download | ice-a556e744b44a49bca47aaca909484fb2f7d8fae8.tar.bz2 ice-a556e744b44a49bca47aaca909484fb2f7d8fae8.tar.xz ice-a556e744b44a49bca47aaca909484fb2f7d8fae8.zip |
Removed IceBox two phase initialization. Use Ice.ProgramName in the
standard logger as a prefix. Changed IcePack to pass --Ice.ProgramName
to servers.
Diffstat (limited to 'cpp/src/IcePack/AdapterManagerI.cpp')
-rw-r--r-- | cpp/src/IcePack/AdapterManagerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/AdapterManagerI.cpp b/cpp/src/IcePack/AdapterManagerI.cpp index cf94d5f5ea8..4eebb8a2a75 100644 --- a/cpp/src/IcePack/AdapterManagerI.cpp +++ b/cpp/src/IcePack/AdapterManagerI.cpp @@ -114,7 +114,7 @@ IcePack::AdapterManagerI::AdapterManagerI(const ObjectAdapterPtr& adapter) : _adapter(adapter) { Ice::PropertiesPtr properties = adapter->getCommunicator()->getProperties(); - _waitTime = properties->getPropertyAsIntWithDefault("IcePack.Activation.WaitTime", 10); + _waitTime = properties->getPropertyAsIntWithDefault("IcePack.Activation.WaitTime", 60); } AdapterPrx |