diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-26 09:09:01 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-26 09:09:01 +0000 |
commit | 251987b549ec5df15766c16f15a8b0b72997011c (patch) | |
tree | c5de98d8f8e90adb8db46f963e3aa85a57bbb41e | |
parent | 1741bc5e8c755ef15297d6039aa13399c40ab168 (diff) | |
download | ATCD-251987b549ec5df15766c16f15a8b0b72997011c.tar.gz |
ChangeLogTag: Tue Jul 26 08:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tao/params.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index eeea266a3a0..e45026c8e65 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -46,13 +46,6 @@ typedef ACE_Unbounded_Queue_Const_Iterator<ACE_CString> TAO_EndpointSetIterator; * * @brief Parameters that are specific to the ORB. These parameters can * be for the client, the server, or for both. - * - * @note - * Some of the functions have inline definitions in the class header - * below. Please do not move them back to the .i file. - * cygnus-2.7.2-960126, distributed with Tornado 1.0.1, can't deal - * with returing a const reference here. It raises an internal - * compiler error at ace/Svc_Handler.cpp:46, of all places. */ class TAO_Export TAO_ORB_Parameters { |