00001 // -*- C++ -*- 00002 // 00003 // $Id: CEC_TypedProxyPushConsumer.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE CORBA::Boolean 00008 TAO_CEC_TypedProxyPushConsumer::is_connected_i (void) const 00009 { 00010 return this->connected_; 00011 } 00012 00013 // **************************************************************** 00014 00015 ACE_INLINE int 00016 TAO_CEC_TypedProxyPushConsumer_Guard::locked (void) const 00017 { 00018 return this->locked_; 00019 } 00020 00021 TAO_END_VERSIONED_NAMESPACE_DECL