summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-07 16:23:30 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-07 16:23:30 +0000
commitfb860ded9d0b326b5e3ac3930878dfa0aac4238e (patch)
treefcdfd2aeab607f4b088400df6225eac89b363f94 /cpp/src/IcePack/Client.cpp
parentRelease mode updates. (diff)
downloadice-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.cpp3
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())
{