summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Queued_Message.h')
-rw-r--r--TAO/tao/Queued_Message.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Queued_Message.h b/TAO/tao/Queued_Message.h
index b050d1a83c8..e403df1d8d1 100644
--- a/TAO/tao/Queued_Message.h
+++ b/TAO/tao/Queued_Message.h
@@ -117,13 +117,13 @@ public:
virtual void remove_from_list (TAO_Queued_Message *&head,
TAO_Queued_Message *&tail);
- /// Insert the current element after position.
- /**
- * If position is null then we assume that we are inserting the
- * current element into an empty list.
- */
+ /// Insert the current element at the tail of the queue.
virtual void push_back (TAO_Queued_Message *&head,
TAO_Queued_Message *&tail);
+
+ /// Insert the current element at the head of the queue.
+ virtual void push_front (TAO_Queued_Message *&head,
+ TAO_Queued_Message *&tail);
//@}
/** @name Template Methods