diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-08-01 13:29:51 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-08-01 13:29:51 +0000 |
commit | 06299c499ff6e159fd8518bc11390ca530a8ff72 (patch) | |
tree | b69be8a0fc4c3cde653fa6fa13246697a706e3a2 /cpp/test/IceGrid/update/Client.cpp | |
parent | Fix (diff) | |
download | ice-06299c499ff6e159fd8518bc11390ca530a8ff72.tar.bz2 ice-06299c499ff6e159fd8518bc11390ca530a8ff72.tar.xz ice-06299c499ff6e159fd8518bc11390ca530a8ff72.zip |
Fix
Diffstat (limited to 'cpp/test/IceGrid/update/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/update/Client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/update/Client.cpp b/cpp/test/IceGrid/update/Client.cpp index c2dc6eac0b1..3abcd3b4336 100644 --- a/cpp/test/IceGrid/update/Client.cpp +++ b/cpp/test/IceGrid/update/Client.cpp @@ -27,8 +27,7 @@ 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); |