diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-08 05:46:29 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-08 05:46:29 +0000 |
commit | 225855fb6b992a4207f9107d988036aa1ee0d217 (patch) | |
tree | efa68b5ed0afbc0753e7b8d98786674262caa872 /cpp/src/IcePack/Client.cpp | |
parent | more install projects (diff) | |
download | ice-225855fb6b992a4207f9107d988036aa1ee0d217.tar.bz2 ice-225855fb6b992a4207f9107d988036aa1ee0d217.tar.xz ice-225855fb6b992a4207f9107d988036aa1ee0d217.zip |
Merged HEAD and slicing trees.
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r-- | cpp/src/IcePack/Client.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp index 630078f17d1..d36a5b90768 100644 --- a/cpp/src/IcePack/Client.cpp +++ b/cpp/src/IcePack/Client.cpp @@ -13,7 +13,6 @@ // ********************************************************************** #include <Ice/Application.h> -#include <IcePack/ExceptionFactory.h> #include <IcePack/Parser.h> #include <fstream> @@ -161,12 +160,8 @@ Client::run(int argc, char* argv[]) return EXIT_FAILURE; } - // - // Register IcePack exception factory with the communicator. - // - Ice::UserExceptionFactoryPtr(new ExceptionFactory(communicator())); - ParserPtr p = Parser::createParser(communicator(), admin, query); + int status = EXIT_SUCCESS; if(argc < 2) // No files given |