diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-02-20 13:21:29 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-02-20 13:21:29 +0000 |
commit | b9a441935892020be4697a42014f4aec48cf6a99 (patch) | |
tree | b4447efc5c9d85a8820f4dbaa4340661b4bf061a /cpp/src/IceStorm/Subscriber.h | |
parent | Fixed release build (diff) | |
download | ice-b9a441935892020be4697a42014f4aec48cf6a99.tar.bz2 ice-b9a441935892020be4697a42014f4aec48cf6a99.tar.xz ice-b9a441935892020be4697a42014f4aec48cf6a99.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1739
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.h')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/Subscriber.h b/cpp/src/IceStorm/Subscriber.h index 166362f1128..9719f124ab1 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -72,6 +72,7 @@ protected: { SubscriberStateOnline, SubscriberStateFlushPending, + SubscriberStateSending, SubscriberStateOffline, SubscriberStateError }; |