diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-02-04 01:16:35 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-02-04 01:16:35 +0000 |
commit | f3eda6c0c59b4dc361ba9b30321734c45a277166 (patch) | |
tree | 175fe6bee7538043f1851454bbb60941e367ea51 /cpp/src/IceStorm/SubscriberPool.cpp | |
parent | Added matching }, fixing typo. (diff) | |
download | ice-f3eda6c0c59b4dc361ba9b30321734c45a277166.tar.bz2 ice-f3eda6c0c59b4dc361ba9b30321734c45a277166.tar.xz ice-f3eda6c0c59b4dc361ba9b30321734c45a277166.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1739
Diffstat (limited to 'cpp/src/IceStorm/SubscriberPool.cpp')
-rw-r--r-- | cpp/src/IceStorm/SubscriberPool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceStorm/SubscriberPool.cpp b/cpp/src/IceStorm/SubscriberPool.cpp index 1d1fd773028..710d0d21581 100644 --- a/cpp/src/IceStorm/SubscriberPool.cpp +++ b/cpp/src/IceStorm/SubscriberPool.cpp @@ -52,9 +52,9 @@ public: } // - // If SubscriberPool returns true then the subscriber - // needs to be SubscriberPooled again, so therefore we - // will re-enqueue the subscriber in the call to dequeue. + // If flush returns true then the subscriber needs to be + // flushed again, so therefore we will re-enqueue the + // subscriber in the call to dequeue. // if(computeInterval) { |