00001 // -*- C++ -*- 00002 // 00003 //$Id: Incoming_Message_Queue.inl 79008 2007-07-24 08:16:40Z johnnyw $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_Incoming_Message_Queue::TAO_Incoming_Message_Queue (TAO_ORB_Core *orb_core) 00009 : last_added_ (0), 00010 size_ (0), 00011 orb_core_ (orb_core) 00012 { 00013 } 00014 00015 ACE_INLINE CORBA::ULong 00016 TAO_Incoming_Message_Queue::queue_length (void) const 00017 { 00018 return this->size_; 00019 } 00020 00021 TAO_END_VERSIONED_NAMESPACE_DECL