summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Registry.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Acceptor_Registry.inl')
-rw-r--r--TAO/tao/Acceptor_Registry.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/Acceptor_Registry.inl b/TAO/tao/Acceptor_Registry.inl
new file mode 100644
index 00000000000..b086cbf1c1b
--- /dev/null
+++ b/TAO/tao/Acceptor_Registry.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE TAO_AcceptorSetIterator
+TAO_Acceptor_Registry::begin (void)
+{
+ return this->acceptors_;
+}
+
+ACE_INLINE TAO_AcceptorSetIterator
+TAO_Acceptor_Registry::end (void)
+{
+ return this->acceptors_ + this->size_;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL