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.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Queued_Message.inl b/TAO/tao/Queued_Message.inl
index ea40ebf2f81..4a32424ca18 100644
--- a/TAO/tao/Queued_Message.inl
+++ b/TAO/tao/Queued_Message.inl
@@ -9,7 +9,7 @@ TAO_Queued_Message::mb (void) const
ACE_INLINE int
TAO_Queued_Message::done (void) const
{
- return this->current_block_ != 0;
+ return this->current_block_ == 0;
}
ACE_INLINE TAO_Queued_Message *