00001 // -*- C++ -*- 00002 // 00003 // $Id: CSD_TP_Servant_State.inl 69182 2005-11-03 17:38:46Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO::CSD::TP_Servant_State::TP_Servant_State() 00009 : busy_flag_(false) 00010 { 00011 } 00012 00013 00014 ACE_INLINE 00015 bool 00016 TAO::CSD::TP_Servant_State::busy_flag() const 00017 { 00018 return this->busy_flag_; 00019 } 00020 00021 00022 ACE_INLINE 00023 void 00024 TAO::CSD::TP_Servant_State::busy_flag(bool new_value) 00025 { 00026 this->busy_flag_ = new_value; 00027 } 00028 00029 TAO_END_VERSIONED_NAMESPACE_DECL