Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Queued_Message.inl
blob3b06604891c002307fcecf8a1fbe154f935b42ee
1 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3 ACE_INLINE TAO_Queued_Message *
4 TAO_Queued_Message::next () const
6   return this->next_;
9 ACE_INLINE TAO_Queued_Message *
10 TAO_Queued_Message::prev () const
12   return this->prev_;
15 TAO_END_VERSIONED_NAMESPACE_DECL