EC_QOS_Info.i

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // EC_QOS_Info.i,v 1.5 2005/11/10 06:47:24 ossama Exp
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

Generated on Thu Nov 9 13:11:09 2006 for TAO_RTEvent by doxygen 1.3.6