diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-02-11 15:37:23 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-02-12 09:45:06 +0100 |
commit | f7b2cf35dad61149a95874a50d25cbb6580b75dc (patch) | |
tree | 860a2537b0a872ca66f0bde601390d03aa286d84 /cpp/src/IceGrid/RegistryI.h | |
parent | Fixed bug 3712 - bogus del tmp.buf in Make.rules.cs.mak (diff) | |
download | ice-f7b2cf35dad61149a95874a50d25cbb6580b75dc.tar.bz2 ice-f7b2cf35dad61149a95874a50d25cbb6580b75dc.tar.xz ice-f7b2cf35dad61149a95874a50d25cbb6580b75dc.zip |
Fixed bug 3722 & 3723 - IceGrid leaks upon start failure
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.h')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/RegistryI.h b/cpp/src/IceGrid/RegistryI.h index 59102782ee6..430920de7a8 100644 --- a/cpp/src/IceGrid/RegistryI.h +++ b/cpp/src/IceGrid/RegistryI.h @@ -52,6 +52,7 @@ public: ~RegistryI(); bool start(); + bool startImpl(); void stop(); virtual SessionPrx createSession(const std::string&, const std::string&, const Ice::Current&); |