summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Queue.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-06-29 12:06:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-06-29 12:06:28 +0000
commit5bf51ad8f0c0367a84fdf6df6f0655c1c12faa01 (patch)
tree3f8adc5088f0dbc364d249831c9b1cc16018fbd6 /ACE/ace/Message_Queue.inl
parent92b0cbad75f88ce3e8436969be8994c620d4c7f3 (diff)
downloadATCD-5bf51ad8f0c0367a84fdf6df6f0655c1c12faa01.tar.gz
Fri Jun 29 12:04:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Message_Queue.inl')
-rw-r--r--ACE/ace/Message_Queue.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/ace/Message_Queue.inl b/ACE/ace/Message_Queue.inl
index 355ae57fdec..94354ba87a8 100644
--- a/ACE/ace/Message_Queue.inl
+++ b/ACE/ace/Message_Queue.inl
@@ -13,18 +13,6 @@ ACE_Message_Queue_Base::ACE_Message_Queue_Base (void)
{
}
-#if defined (ACE_VXWORKS)
-// Specialization to use native VxWorks Message Queues.
-
-ACE_INLINE MSG_Q_ID
-ACE_Message_Queue_Vx::msgq (void)
-{
- // Hijack the tail_ field to store the MSG_Q_ID.
- return reinterpret_cast<MSG_Q_ID> (tail_);
-}
-
-#endif /* ACE_VXWORKS */
-
#if defined (ACE_HAS_WIN32_OVERLAPPED_IO)
ACE_INLINE int