Connector_Registry.i

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Connector_Registry.i,v 1.6 2006/06/19 19:46:40 jwillemsen Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE TAO_ConnectorSetIterator
00008 TAO_Connector_Registry::begin (void) const
00009 {
00010   return this->connectors_;
00011 }
00012 
00013 ACE_INLINE TAO_ConnectorSetIterator
00014 TAO_Connector_Registry::end (void) const
00015 {
00016   return this->connectors_ + this->size_;
00017 }
00018 
00019 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:09 2006 for TAO by doxygen 1.3.6