00001 // -*- C++ -*- 00002 // 00003 // $Id: EC_QOS_Info.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_EC_QOS_Info::TAO_EC_QOS_Info (void) 00009 : rt_info (-1), 00010 preemption_priority (0), 00011 timer_id_ (-1) 00012 { 00013 } 00014 00015 ACE_INLINE 00016 TAO_EC_QOS_Info::TAO_EC_QOS_Info (const TAO_EC_QOS_Info &rhs) 00017 : rt_info (rhs.rt_info), 00018 preemption_priority (rhs.preemption_priority), 00019 timer_id_ (rhs.timer_id_) 00020 { 00021 } 00022 00023 TAO_END_VERSIONED_NAMESPACE_DECL