Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Incoming_Message_Queue.inl
blobfcf39d83a9b8eb07c7837c3786a13c7a1a1e57d8
1 // -*- C++ -*-
2 //
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_INLINE
6 TAO_Incoming_Message_Queue::TAO_Incoming_Message_Queue (TAO_ORB_Core *orb_core)
7   : last_added_ (0),
8     size_ (0),
9     orb_core_ (orb_core)
13 ACE_INLINE CORBA::ULong
14 TAO_Incoming_Message_Queue::queue_length () const
16   return this->size_;
19 TAO_END_VERSIONED_NAMESPACE_DECL