summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-15 09:01:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-15 09:01:58 +0000
commit5d77bc69bf364c00c719856ada13dc515fc13f81 (patch)
tree737d2dd735b193ea5d211243e31900e37f403de5
parent17a372d78d47991e5f2266312ec7e28a37c755fd (diff)
downloadATCD-5d77bc69bf364c00c719856ada13dc515fc13f81.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d317fe4bc8f..698ee37f131 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -6,8 +6,9 @@ Mon Feb 14 22:56:17 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
polymorphic invocations of the client and server side
*_Argument_T<>::arg() method. These classes are the key to
using the same skeleton code for both collocated and
- uncollocated invocations. Both of these class templates
- subclass the TAO::Argument class.
+ uncollocated invocations without having to resort to complicated
+ argument conversion code. Both of these class templates
+ subclass the TAO::Argument class.
* tao/BD_String_Argument_T.h:
* tao/Basic_Argument_T.h:
@@ -34,8 +35,6 @@ Mon Feb 14 22:56:17 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
arg() method used in the stubs and skeletons. See
"tao/Argument_T.h" details above.
-Thu Nov 11 20:41:05 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-
* TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
* TAO_IDL/be/be_visitor_argument/request_info_ch.cpp:
* TAO_IDL/be/be_visitor_argument/request_info_cs.cpp: