00001 // -*- C++ -*- 00002 // 00003 // ESF_Proxy_List.i,v 1.5 2005/11/10 06:47:23 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class PROXY> ACE_INLINE ACE_Unbounded_Set_Iterator<PROXY*> 00008 TAO_ESF_Proxy_List<PROXY>::begin (void) 00009 { 00010 return this->impl_.begin (); 00011 } 00012 00013 template<class PROXY> ACE_INLINE ACE_Unbounded_Set_Iterator<PROXY*> 00014 TAO_ESF_Proxy_List<PROXY>::end (void) 00015 { 00016 return this->impl_.end (); 00017 } 00018 00019 template<class PROXY> ACE_INLINE size_t 00020 TAO_ESF_Proxy_List<PROXY>::size (void) const 00021 { 00022 return this->impl_.size (); 00023 } 00024 00025 TAO_END_VERSIONED_NAMESPACE_DECL