diff options
Diffstat (limited to 'cpp/src/IceStorm/SubscriberPool.h')
-rw-r--r-- | cpp/src/IceStorm/SubscriberPool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/SubscriberPool.h b/cpp/src/IceStorm/SubscriberPool.h index 372aa2917a3..0fd2855d548 100644 --- a/cpp/src/IceStorm/SubscriberPool.h +++ b/cpp/src/IceStorm/SubscriberPool.h @@ -71,13 +71,15 @@ public: // // For use by the subscriber worker. // - SubscriberPtr dequeue(const SubscriberPtr&, bool, const IceUtil::Time&, bool&); + void dequeue(SubscriberPtr&, bool, const IceUtil::Time&, bool&); // // For use by the monitor. // void check(); private: + + bool invariants(); const InstancePtr _instance; const unsigned int _sizeMax; |