/usr/include/tao/Queued_Message.inl is in libtao-dev 6.0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | // $Id: Queued_Message.inl 80306 2007-12-18 12:10:07Z johnnyw $
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE TAO_Queued_Message *
TAO_Queued_Message::next (void) const
{
return this->next_;
}
ACE_INLINE TAO_Queued_Message *
TAO_Queued_Message::prev (void) const
{
return this->prev_;
}
TAO_END_VERSIONED_NAMESPACE_DECL
|