00001 // -*- C++ -*- 00002 // 00003 // $Id: Message_Queue_Vx.inl 78650 2007-06-29 12:06:28Z johnnyw $ 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