diff options
author | Michi Henning <michi@zeroc.com> | 2002-08-22 06:21:41 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-08-22 06:21:41 +0000 |
commit | 9c3bc85e2924c51af64b332c81a8ace3627206ee (patch) | |
tree | 2bbcd860fc983e9a2d97b28f57df8ab8c76d2ccf /cpp/src/IceStorm/Subscriber.h | |
parent | Added post and prefix iterator operator++ tests (diff) | |
download | ice-9c3bc85e2924c51af64b332c81a8ace3627206ee.tar.bz2 ice-9c3bc85e2924c51af64b332c81a8ace3627206ee.tar.xz ice-9c3bc85e2924c51af64b332c81a8ace3627206ee.zip |
Added changes for idempotent.
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 f014bf708cd..912856f19cc 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -38,7 +38,7 @@ struct Event bool forwarded; int cost; std::string op; - bool nonmutating; + bool isIdempotent; std::vector< Ice::Byte> data; Ice::Context context; }; |