summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Transport.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9aef0845f97..38e0b4145da 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 16 16:12:35 UTC 2008 Adam Mitz <mitza@ociweb.com>
+
+ * tao/Transport.h:
+
+ Added doxygen for the 'back' parameter.
+
Tue Jan 15 22:19:48 UTC 2008 Adam Mitz <mitza@ociweb.com>
* tao/Transport.h:
diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h
index 217835558b3..b9286beadcd 100644
--- a/TAO/tao/Transport.h
+++ b/TAO/tao/Transport.h
@@ -686,6 +686,8 @@ protected:
/// Queue a message for @a message_block
/// @param max_wait_time The maximum time that the operation can
/// block, used in the implementation of timeouts.
+ /// @param back If true, the message will be pushed to the back of the queue.
+ /// If false, the message will be pushed to the front of the queue.
int queue_message_i (const ACE_Message_Block *message_block,
ACE_Time_Value *max_wait_time, bool back=true);