summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.inl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:54:56 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:54:56 +0000
commit1df3b4414122de77b38400ee34a5997d633dcc2c (patch)
tree030efd5e63c2010505194526b2c136aa0e0649e3 /TAO/tao/Connector_Registry.inl
parent30102243920c57c8c73120186ef6f23d00357499 (diff)
downloadATCD-1df3b4414122de77b38400ee34a5997d633dcc2c.tar.gz
Thu Jul 27 20:50:17 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.inl')
-rw-r--r--TAO/tao/Connector_Registry.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/Connector_Registry.inl b/TAO/tao/Connector_Registry.inl
new file mode 100644
index 00000000000..9ecc29436b5
--- /dev/null
+++ b/TAO/tao/Connector_Registry.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE TAO_ConnectorSetIterator
+TAO_Connector_Registry::begin (void) const
+{
+ return this->connectors_;
+}
+
+ACE_INLINE TAO_ConnectorSetIterator
+TAO_Connector_Registry::end (void) const
+{
+ return this->connectors_ + this->size_;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL