summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.inl
blob: 3b06604891c002307fcecf8a1fbe154f935b42ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE TAO_Queued_Message *
TAO_Queued_Message::next () const
{
  return this->next_;
}

ACE_INLINE TAO_Queued_Message *
TAO_Queued_Message::prev () const
{
  return this->prev_;
}

TAO_END_VERSIONED_NAMESPACE_DECL