summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Queued_Message.inl')
-rw-r--r--TAO/tao/Queued_Message.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Queued_Message.inl b/TAO/tao/Queued_Message.inl
index 76a86e62d1c..ea40ebf2f81 100644
--- a/TAO/tao/Queued_Message.inl
+++ b/TAO/tao/Queued_Message.inl
@@ -3,13 +3,13 @@
ACE_INLINE ACE_Message_Block *
TAO_Queued_Message::mb (void) const
{
- return this->contents_;
+ return this->current_block_;
}
ACE_INLINE int
TAO_Queued_Message::done (void) const
{
- return this->contents_ != 0;
+ return this->current_block_ != 0;
}
ACE_INLINE TAO_Queued_Message *