summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-03-27 21:58:58 +0000
committerMark Spruiell <mes@zeroc.com>2003-03-27 21:58:58 +0000
commit0fc1b37b9600d0a5e36e057487766b3d93e7004a (patch)
treeec8475ab7bd19eaf0287686a446aa12d441675dd /cpp/src
parentcleaning up topic subscription; adding publish endpoints (diff)
downloadice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.tar.bz2
ice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.tar.xz
ice-0fc1b37b9600d0a5e36e057487766b3d93e7004a.zip
minor fixes
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceStorm/Flusher.cpp1
-rw-r--r--cpp/src/IceStorm/IceStormInternal.ice4
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.