summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.inl
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-16 05:26:36 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-16 05:26:36 +0000
commitb04fd3b3a3e4195f6bc671d44b91962972642eec (patch)
tree1fce6c0c049bf05ea83beea347c553b377095bb3 /TAO/tao/Parser_Registry.inl
parent1cf12da21f93cd359e7fccf25b80692614f14cd5 (diff)
downloadATCD-b04fd3b3a3e4195f6bc671d44b91962972642eec.tar.gz
Branched out ACE
Diffstat (limited to 'TAO/tao/Parser_Registry.inl')
-rw-r--r--TAO/tao/Parser_Registry.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Parser_Registry.inl b/TAO/tao/Parser_Registry.inl
deleted file mode 100644
index 5545cece0df..00000000000
--- a/TAO/tao/Parser_Registry.inl
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE TAO_Parser_Registry::Parser_Iterator
-TAO_Parser_Registry::begin (void) const
-{
- return this->parsers_;
-}
-
-ACE_INLINE TAO_Parser_Registry::Parser_Iterator
-TAO_Parser_Registry::end (void) const
-{
- return this->parsers_ + this->size_;
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL