Acceptor_Registry.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Acceptor_Registry.inl 73791 2006-07-27 20:54:56Z wotte $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE TAO_AcceptorSetIterator
00008 TAO_Acceptor_Registry::begin (void)
00009 {
00010   return this->acceptors_;
00011 }
00012 
00013 ACE_INLINE TAO_AcceptorSetIterator
00014 TAO_Acceptor_Registry::end (void)
00015 {
00016   return this->acceptors_ + this->size_;
00017 }
00018 
00019 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7