diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-01 14:31:37 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-01 14:31:37 +0000 |
commit | b77e85d376afa039bcf45c61e4f3446f764b56d0 (patch) | |
tree | 4a58105295fe6dfb612c2b75570a5a2f6997053f /cpp/src | |
parent | Win32 build fix (diff) | |
download | ice-b77e85d376afa039bcf45c61e4f3446f764b56d0.tar.bz2 ice-b77e85d376afa039bcf45c61e4f3446f764b56d0.tar.xz ice-b77e85d376afa039bcf45c61e4f3446f764b56d0.zip |
Fixes to the IcePack property documentation
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/Registry.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IcePack/Registry.cpp b/cpp/src/IcePack/Registry.cpp index ee2a8b87df1..7046ce4d51e 100644 --- a/cpp/src/IcePack/Registry.cpp +++ b/cpp/src/IcePack/Registry.cpp @@ -122,6 +122,9 @@ IcePack::Registry::start(bool nowarn) properties->setProperty("Ice.PrintProcessId", "0"); properties->setProperty("Ice.Warn.Leaks", "0"); properties->setProperty("Ice.ServerIdleTime", "0"); + properties->setProperty("IcePack.Registry.Client.AdapterId", ""); + properties->setProperty("IcePack.Registry.Server.AdapterId", ""); + properties->setProperty("IcePack.Registry.Admin.AdapterId", ""); properties->setProperty("IcePack.Registry.Internal.AdapterId", "IcePack.Registry.Internal"); // |