diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-08-23 14:26:33 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-08-23 14:26:33 +0000 |
commit | 7e5de2bce1c8f7b99cf466bf873535a586d463f2 (patch) | |
tree | 66c4034f9a6a2b9f440022b67551460103cd9c42 /cpp/src/IceGrid/Parser.h | |
parent | adding note about stderr and stdout (diff) | |
download | ice-7e5de2bce1c8f7b99cf466bf873535a586d463f2.tar.bz2 ice-7e5de2bce1c8f7b99cf466bf873535a586d463f2.tar.xz ice-7e5de2bce1c8f7b99cf466bf873535a586d463f2.zip |
Added support for defining patch data at the application level, other minor
fixes.
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index b7d0b350083..42c16883d36 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -72,6 +72,7 @@ public: void describeApplication(const std::list<std::string>&); void diffApplication(const std::list<std::string>&); void updateApplication(const std::list<std::string>&); + void patchApplication(const std::list<std::string>&); void listAllApplications(); void describeServerTemplate(const std::list<std::string>&); @@ -129,6 +130,7 @@ public: private: Parser(const Ice::CommunicatorPtr&, const IceGrid::AdminPrx&, const IceGrid::QueryPrx&); + void exception(const Ice::Exception&); std::string _commands; Ice::CommunicatorPtr _communicator; |