diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
commit | c8a19c10f53953963ab6499d0648f3c26ff42453 (patch) | |
tree | e76436680bf749124d81df5f6c7fe3c616729d64 /TAO/tao/Incoming_Message_Queue.cpp | |
parent | 2a59a93e55d572fe29dc2fc9527e761708f849e1 (diff) | |
download | ATCD-c8a19c10f53953963ab6499d0648f3c26ff42453.tar.gz |
ChangeLogTag:Sat Aug 16 02:17:49 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Incoming_Message_Queue.cpp')
-rw-r--r-- | TAO/tao/Incoming_Message_Queue.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Incoming_Message_Queue.cpp b/TAO/tao/Incoming_Message_Queue.cpp index de087da0565..e21974d3ab2 100644 --- a/TAO/tao/Incoming_Message_Queue.cpp +++ b/TAO/tao/Incoming_Message_Queue.cpp @@ -1,5 +1,4 @@ #include "Incoming_Message_Queue.h" -#include "ORB_Core.h" #include "debug.h" #include "ace/Malloc_T.h" @@ -7,7 +6,9 @@ # include "Incoming_Message_Queue.inl" #endif /* __ACE_INLINE__ */ -ACE_RCSID (tao, Incoming_Message_Queue, "$Id$") +ACE_RCSID (tao, + Incoming_Message_Queue, + "$Id$") TAO_Incoming_Message_Queue::TAO_Incoming_Message_Queue (TAO_ORB_Core *orb_core) |