diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
commit | d9e7859115ef1d5ec0f1c0a829b697354990a8a4 (patch) | |
tree | 384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tao/ORB_Table.h | |
parent | 03b65689794604a55162d73e8a5a4ccb5827b307 (diff) | |
download | ATCD-d9e7859115ef1d5ec0f1c0a829b697354990a8a4.tar.gz |
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Table.h')
-rw-r--r-- | TAO/tao/ORB_Table.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Table.h b/TAO/tao/ORB_Table.h index d527c79377a..1b35ae545b0 100644 --- a/TAO/tao/ORB_Table.h +++ b/TAO/tao/ORB_Table.h @@ -78,7 +78,9 @@ namespace TAO typedef Table::size_type size_type; typedef Table::iterator iterator; - /// The canonical ACE_Map methods. + /** + * @name The canonical ACE_Map methods. + */ //@{ iterator begin (void); iterator end (void); |