diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-06-21 12:40:26 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-06-21 12:40:26 +0000 |
commit | 91b10476449de133a15743272be8c5fab8010c7f (patch) | |
tree | 5c721ee19d9d3a8aa228cc9466412a1edd978446 /cpp/test/IceGrid/update/Client.cpp | |
parent | Fix (diff) | |
download | ice-91b10476449de133a15743272be8c5fab8010c7f.tar.bz2 ice-91b10476449de133a15743272be8c5fab8010c7f.tar.xz ice-91b10476449de133a15743272be8c5fab8010c7f.zip |
Fixes
Diffstat (limited to 'cpp/test/IceGrid/update/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/update/Client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/update/Client.cpp b/cpp/test/IceGrid/update/Client.cpp index 4e4c921ec05..c2dc6eac0b1 100644 --- a/cpp/test/IceGrid/update/Client.cpp +++ b/cpp/test/IceGrid/update/Client.cpp @@ -26,10 +26,11 @@ main(int argc, char* argv[]) { int status; Ice::CommunicatorPtr communicator; - try { + communicator = Ice::initialize(argc, argv); + communicator->getProperties()->parseCommandLineOptions("", Ice::argsToStringSeq(argc, argv)); status = run(argc, argv, communicator); } catch(const Ice::Exception& ex) |