diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-08-16 16:03:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-08-16 16:47:04 +0200 |
commit | c119f3c50c121764ceb68c1f7a20e0696a62dbfc (patch) | |
tree | 64b7ef158e17d50f59da4a8035e896e192d69d6b /cpp/src/IceGrid/Topics.h | |
parent | Fixed bug 2321 (diff) | |
download | ice-c119f3c50c121764ceb68c1f7a20e0696a62dbfc.tar.bz2 ice-c119f3c50c121764ceb68c1f7a20e0696a62dbfc.tar.xz ice-c119f3c50c121764ceb68c1f7a20e0696a62dbfc.zip |
Fixed potential on shutdown deadlock in the IceGrid registry
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index c16e0bd8b62..77e68f87e33 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -29,7 +29,7 @@ public: ObserverTopic(const IceStorm::TopicManagerPrx&, const std::string&); virtual ~ObserverTopic(); - void subscribe(const Ice::ObjectPrx&, const std::string& = std::string()); + int subscribe(const Ice::ObjectPrx&, const std::string& = std::string()); void unsubscribe(const Ice::ObjectPrx&, const std::string& = std::string()); void destroy(); |