diff options
-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. |