diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-03-27 21:58:58 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-03-27 21:58:58 +0000 |
commit | 0fc1b37b9600d0a5e36e057487766b3d93e7004a (patch) | |
tree | ec8475ab7bd19eaf0287686a446aa12d441675dd /cpp | |
parent | cleaning up topic subscription; adding publish endpoints (diff) | |
download | ice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.tar.bz2 ice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.tar.xz ice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.zip |
minor fixes
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IceStorm/Flusher.cpp | 1 | ||||
-rw-r--r-- | cpp/src/IceStorm/IceStormInternal.ice | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/IceStorm/Flusher.cpp b/cpp/src/IceStorm/Flusher.cpp index df779ed3802..8dae4d5cce8 100644 --- a/cpp/src/IceStorm/Flusher.cpp +++ b/cpp/src/IceStorm/Flusher.cpp @@ -110,7 +110,6 @@ public: _subscribers.remove(subscriber); } - private: void diff --git a/cpp/src/IceStorm/IceStormInternal.ice b/cpp/src/IceStorm/IceStormInternal.ice index 8303bb4e77a..0336310cf34 100644 --- a/cpp/src/IceStorm/IceStormInternal.ice +++ b/cpp/src/IceStorm/IceStormInternal.ice @@ -47,14 +47,14 @@ interface TopicLink { /** * - * Forward an event + * Forward an event. * * @param op The operation name. * * @param idempotent Flag indicating whether the operation is * idempotent. * - * @param data The encoded for the operation in parameters. + * @param data The encoded data for the operation's input parameters. * * @param context The Ice::Current::Context data from the * originating request. |