summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.i
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit8008dd09ccf88d4edef237a184a698cac42f2952 (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/Parser_Registry.i
parent13d6e89af439164c0ade48e6f5c3e9b3f971e8c9 (diff)
downloadATCD-8008dd09ccf88d4edef237a184a698cac42f2952.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/Parser_Registry.i')
-rw-r--r--TAO/tao/Parser_Registry.i19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Parser_Registry.i b/TAO/tao/Parser_Registry.i
deleted file mode 100644
index 5545cece0df..00000000000
--- a/TAO/tao/Parser_Registry.i
+++ /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