00001 // -*- C++ -*- 00002 // 00003 // $Id: EC_Timeout_Filter.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE const TAO_EC_QOS_Info& 00008 TAO_EC_Timeout_Filter::qos_info (void) const 00009 { 00010 return this->qos_info_; 00011 } 00012 00013 ACE_INLINE RtecEventComm::EventType 00014 TAO_EC_Timeout_Filter::type (void) const 00015 { 00016 return this->type_; 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL