Message_Queue_Vx.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Message_Queue_Vx.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 #if defined (ACE_VXWORKS)
00008 // Specialization to use native VxWorks Message Queues.
00009 
00010 ACE_INLINE MSG_Q_ID
00011 ACE_Message_Queue_Vx::msgq (void)
00012 {
00013   // Hijack the tail_ field to store the MSG_Q_ID.
00014   return reinterpret_cast<MSG_Q_ID> (tail_);
00015 }
00016 
00017 #endif /* ACE_VXWORKS */
00018 
00019 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:18:40 2010 for ACE by  doxygen 1.4.7