diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-16 09:24:02 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-16 09:24:02 +0000 |
commit | f7341bc6f034179cbec794d6a45bb3d7a3e17b92 (patch) | |
tree | dd58ebf1b9ff831d1b5333a66059b83264f15938 /TAO/tao/ORB.h | |
parent | d87cad366facd859c4a5b31d67c74b08f13abee9 (diff) | |
download | ATCD-f7341bc6f034179cbec794d6a45bb3d7a3e17b92.tar.gz |
ChangeLogTag: Fri Apr 16 09:16:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 8e586968e86..663b2df30ae 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -247,7 +247,7 @@ namespace CORBA void create_list (CORBA::Long count, CORBA::NVList_ptr &new_list ACE_ENV_ARG_DECL_WITH_DEFAULTS); - + void create_operation_list(CORBA::OperationDef_ptr, CORBA::NVList_ptr& ACE_ENV_ARG_DECL_WITH_DEFAULTS); @@ -583,7 +583,7 @@ namespace CORBA /// Set collocation optimization status. /// Get collocation optimization status. - /// @@todo: Who is calling this? + /// @todo Who is calling this? void _optimize_collocation_objects (CORBA::Boolean opt); CORBA::Boolean _optimize_collocation_objects (void) const; |