summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Topics.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-10-23 15:59:28 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-10-23 15:59:28 +0000
commit7254df3066ca33d7326f17bf8f63995dcfc216f3 (patch)
tree9901d69598db014db17f8382818c1d0342c48b4a /cpp/src/IceGrid/Topics.h
parentRelplaced with nmake files (diff)
downloadice-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.h1
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;