diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-23 15:59:28 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-23 15:59:28 +0000 |
commit | 7254df3066ca33d7326f17bf8f63995dcfc216f3 (patch) | |
tree | 9901d69598db014db17f8382818c1d0342c48b4a /cpp/src/IceGrid/Topics.h | |
parent | Relplaced with nmake files (diff) | |
download | ice-7254df3066ca33d7326f17bf8f63995dcfc216f3.tar.bz2 ice-7254df3066ca33d7326f17bf8f63995dcfc216f3.tar.xz ice-7254df3066ca33d7326f17bf8f63995dcfc216f3.zip |
Fixed race condition
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index dc480fdc5d1..72d496db3fa 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -40,6 +40,7 @@ public: protected: + void addExpectedUpdate(int); void waitForSyncedSubscribersNoSync(int, const std::string& = std::string()); void updateSerial(int); Ice::Context getContext(int) const; |