diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-01 18:31:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-01 18:31:27 +0000 |
commit | f579108c1ebffc9b6f720cbdb01712e17c0c1e36 (patch) | |
tree | f3a46b2f79e5b3273bb8442245074a7ed424d3f4 /cpp/src/IceStorm/Subscriber.h | |
parent | bug fix (diff) | |
download | ice-f579108c1ebffc9b6f720cbdb01712e17c0c1e36.tar.bz2 ice-f579108c1ebffc9b6f720cbdb01712e17c0c1e36.tar.xz ice-f579108c1ebffc9b6f720cbdb01712e17c0c1e36.zip |
nonmutating on the wire
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.h')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.h b/cpp/src/IceStorm/Subscriber.h index 65a5acefcff..23f80679fc9 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -35,7 +35,7 @@ public: void unsubscribe(); void flush(); - void publish(const std::string&, const std::vector< ::Ice::Byte>&); + void publish(const std::string&, bool, const std::vector< ::Ice::Byte>&); std::string id() const; |