diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 23:41:06 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 23:41:06 +0000 |
commit | f9e5064a8b767abff13ea46125302a07ef236ce5 (patch) | |
tree | 57a727d9902a89fa2a5be214b1e1a19560331202 /TAO/tao/Parser_Registry.i | |
parent | 71547769e40d8875f2f3cdc632250c0d76f43086 (diff) | |
download | ATCD-f9e5064a8b767abff13ea46125302a07ef236ce5.tar.gz |
ChangeLogTag:Thu Sep 14 16:39:12 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/Parser_Registry.i')
-rw-r--r-- | TAO/tao/Parser_Registry.i | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/Parser_Registry.i b/TAO/tao/Parser_Registry.i new file mode 100644 index 00000000000..29aabd26ddc --- /dev/null +++ b/TAO/tao/Parser_Registry.i @@ -0,0 +1,13 @@ +// $Id$ + +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_; +} |