diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-05 12:29:22 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-05 12:29:22 +0000 |
commit | f272c96e74ee1fd33e42d2210dd8799809b8f764 (patch) | |
tree | 4534462909420de5ab7713fcac6d94b75402ff82 /cpp/demo/IceBox/hello/Client.cpp | |
parent | more Glacier2 stuff (diff) | |
download | ice-f272c96e74ee1fd33e42d2210dd8799809b8f764.tar.bz2 ice-f272c96e74ee1fd33e42d2210dd8799809b8f764.tar.xz ice-f272c96e74ee1fd33e42d2210dd8799809b8f764.zip |
demo fixes
Diffstat (limited to 'cpp/demo/IceBox/hello/Client.cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/Client.cpp b/cpp/demo/IceBox/hello/Client.cpp index f560d46c13e..6cb32a985bb 100644 --- a/cpp/demo/IceBox/hello/Client.cpp +++ b/cpp/demo/IceBox/hello/Client.cpp @@ -178,7 +178,7 @@ main(int argc, char* argv[]) try { - Ice::PropertiesPtr properties = Ice::createProperties(argc, argv); + Ice::PropertiesPtr properties = Ice::createProperties(); properties->load("config"); communicator = Ice::initializeWithProperties(argc, argv, properties); status = run(argc, argv, communicator); |