From 7254df3066ca33d7326f17bf8f63995dcfc216f3 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 23 Oct 2006 15:59:28 +0000 Subject: Fixed race condition --- cpp/src/IceGrid/Topics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/IceGrid/Topics.h') 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; -- cgit v1.2.3