diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-07 16:23:30 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-07 16:23:30 +0000 |
commit | fb860ded9d0b326b5e3ac3930878dfa0aac4238e (patch) | |
tree | fcdfd2aeab607f4b088400df6225eac89b363f94 /cpp/src/IcePack/Client.cpp | |
parent | Release mode updates. (diff) | |
download | ice-fb860ded9d0b326b5e3ac3930878dfa0aac4238e.tar.bz2 ice-fb860ded9d0b326b5e3ac3930878dfa0aac4238e.tar.xz ice-fb860ded9d0b326b5e3ac3930878dfa0aac4238e.zip |
addPropertyPrefix
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r-- | cpp/src/IcePack/Client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp index 5f4e7eb7d20..8603fb574ef 100644 --- a/cpp/src/IcePack/Client.cpp +++ b/cpp/src/IcePack/Client.cpp @@ -27,6 +27,7 @@ public: int main(int argc, char* argv[]) { + addArgumentPrefix("IcePack"); Client app; return app.main(argc, argv); } @@ -137,7 +138,7 @@ Client::run(int argc, char* argv[]) } PropertiesPtr properties = communicator()->getProperties(); - const char* adminEndpointsProperty = "Ice.Adapter.Admin.Endpoints"; + const char* adminEndpointsProperty = "IcePack.Admin.Endpoints"; string adminEndpoints = properties->getProperty(adminEndpointsProperty); if (adminEndpoints.empty()) { |