summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2008-01-16 16:15:10 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2008-01-16 16:15:10 +0000
commitc504801aaf16992ffd9b1c88d11fbe3cada08006 (patch)
tree7d13a27a2aa16f4dc15962f596e7a041b0b28cb9
parent7b4317e6407d05b199e45afc00a8f3210acd3145 (diff)
downloadATCD-c504801aaf16992ffd9b1c88d11fbe3cada08006.tar.gz
ChangeLogTag: Wed Jan 16 16:12:35 UTC 2008 Adam Mitz <mitza@ociweb.com>
-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);