Queued_Message.inl

Go to the documentation of this file.
00001 // $Id: Queued_Message.inl 80306 2007-12-18 12:10:07Z johnnyw $
00002 
00003 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00004 
00005 ACE_INLINE TAO_Queued_Message *
00006 TAO_Queued_Message::next (void) const
00007 {
00008   return this->next_;
00009 }
00010 
00011 ACE_INLINE TAO_Queued_Message *
00012 TAO_Queued_Message::prev (void) const
00013 {
00014   return this->prev_;
00015 }
00016 
00017 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:52 2010 for TAO by  doxygen 1.4.7