diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-03-04 23:42:26 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-03-04 23:42:26 +0100 |
commit | cdd4b28c36cf1b919cfbd0eda0678744d1563e9e (patch) | |
tree | 9c3ea6eb1e9c9d2c695d75522380389dc014fd7f /cpp/src/IceGrid/ServerAdapterI.h | |
parent | Alphabetized (diff) | |
download | ice-cdd4b28c36cf1b919cfbd0eda0678744d1563e9e.tar.bz2 ice-cdd4b28c36cf1b919cfbd0eda0678744d1563e9e.tar.xz ice-cdd4b28c36cf1b919cfbd0eda0678744d1563e9e.zip |
Fixed bug 3776, 3755, 3778 - getAdmin bugs and replicaGroup test warnings
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.h')
-rw-r--r-- | cpp/src/IceGrid/ServerAdapterI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.h b/cpp/src/IceGrid/ServerAdapterI.h index f2db60ae1fc..0239e1ec710 100644 --- a/cpp/src/IceGrid/ServerAdapterI.h +++ b/cpp/src/IceGrid/ServerAdapterI.h @@ -34,6 +34,7 @@ public: void destroy(); void clear(); void activationFailed(const std::string&); + void activationCompleted(); AdapterPrx getProxy() const; |