summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Client.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-29 13:37:23 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-29 13:37:23 +0000
commit5417605aa88e9019997ca50b4ad7692bedc09fc5 (patch)
tree5c2df2f7eb277606f02919009f68f8a55cec91f7 /cpp/src/IceGrid/Client.cpp
parentFixed windows compile error (diff)
downloadice-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.cpp11
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();