diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-29 13:37:23 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-29 13:37:23 +0000 |
commit | 5417605aa88e9019997ca50b4ad7692bedc09fc5 (patch) | |
tree | 5c2df2f7eb277606f02919009f68f8a55cec91f7 /cpp/src/IceGrid/Client.cpp | |
parent | Fixed windows compile error (diff) | |
download | ice-5417605aa88e9019997ca50b4ad7692bedc09fc5.tar.bz2 ice-5417605aa88e9019997ca50b4ad7692bedc09fc5.tar.xz ice-5417605aa88e9019997ca50b4ad7692bedc09fc5.zip |
Added back support for --deploy option. Locking the registry isn't required
anymore to update the database.
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-rw-r--r-- | cpp/src/IceGrid/Client.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index c9d9d6b122b..329d12dc2ab 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -407,7 +407,6 @@ Client::run(int argc, char* argv[]) } ParserPtr p = Parser::createParser(communicator(), admin); - session->startUpdate(); int status = EXIT_SUCCESS; @@ -471,16 +470,6 @@ Client::run(int argc, char* argv[]) } } - try - { - session->finishUpdate(); - } - catch(const Ice::Exception&) - { - // Ignore. If the registry has been shutdown this will cause - // an exception. - } - keepAlive->destroy(); keepAlive->getThreadControl().join(); |