summaryrefslogtreecommitdiff
path: root/tao/Flushing_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Flushing_Strategy.h')
-rw-r--r--tao/Flushing_Strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tao/Flushing_Strategy.h b/tao/Flushing_Strategy.h
index 4bcab3d5589..c9683cb5069 100644
--- a/tao/Flushing_Strategy.h
+++ b/tao/Flushing_Strategy.h
@@ -68,7 +68,7 @@ public:
/// Cancel all scheduled output for the transport argument
virtual int cancel_output (TAO_Transport *transport) = 0;
- /// Wait until msg is sent out. Potentially other messages are
+ /// Wait until @a msg is sent out. Potentially other messages are
/// flushed too, for example, because there are ahead in the queue.
virtual int flush_message (TAO_Transport *transport,
TAO_Queued_Message *msg,