diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-08-19 14:35:34 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-08-19 14:35:34 +0000 |
commit | 03fb156e997f64dd80d695d34c4eaeefc4ca0956 (patch) | |
tree | cb63867223b81f0fd8db37c22e8c5de450a32ae3 /cpp/src/IceGrid/Parser.h | |
parent | bug fix (diff) | |
download | ice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.tar.bz2 ice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.tar.xz ice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.zip |
Added initial IcePatch2 support in IceGrid.
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index a07954adc99..b7d0b350083 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -86,6 +86,7 @@ public: void removeServer(const std::list<std::string>&); void startServer(const std::list<std::string>&); void stopServer(const std::list<std::string>&); + void patchServer(const std::list<std::string>&); void signalServer(const std::list<std::string>&); void writeMessage(const std::list<std::string>&, int fd); void describeServer(const std::list<std::string>&); |