summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:01:29 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:01:29 +0000
commit22bed8415ca3788273a3c02b725cc3937b67fed7 (patch)
tree669e9f56eecaddecc9d484c4dbdb14ba73080df7
parentf1f641b19ed15a72aedcc55ce02cc81ff250ea8e (diff)
downloadATCD-22bed8415ca3788273a3c02b725cc3937b67fed7.tar.gz
* tao/GIOP_Message_Base.cpp:
* tao/GIOP_Message_Base.h: * tao/GIOP_Message_Generator_Parser.cpp: * tao/GIOP_Message_Generator_Parser.h: * tao/GIOP_Message_Generator_Parser_10.cpp: * tao/GIOP_Message_Generator_Parser_10.h: * tao/GIOP_Message_Generator_Parser_12.cpp: * tao/GIOP_Message_Generator_Parser_12.h: * tao/GIOP_Message_Lite.cpp: * tao/GIOP_Message_Lite.h: * tao/Pluggable_Messaging.h: * tao/Pluggable_Messaging_Utils.cpp: * tao/Pluggable_Messaging_Utils.h: * tao/Pluggable_Messaging_Utils.i: * tao/TAO_Server_Request.cpp: Extracted most of TAO_Pluggable_Reply_Params into a base class TAO_Pluggable_Reply_Params_Base, leaving out the InputCDR member. This base class is now used by TAO_ServerRequest, which does not need the cdr stream, eliminating the overhead of its construction. The client side request classes use the original class, now a subclass, that adds the InpurCDR member. This closes [BUGID:900].
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8c0f2330744..69918a68517 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,30 @@
+Wed May 09 13:55:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/GIOP_Message_Base.cpp:
+ * tao/GIOP_Message_Base.h:
+ * tao/GIOP_Message_Generator_Parser.cpp:
+ * tao/GIOP_Message_Generator_Parser.h:
+ * tao/GIOP_Message_Generator_Parser_10.cpp:
+ * tao/GIOP_Message_Generator_Parser_10.h:
+ * tao/GIOP_Message_Generator_Parser_12.cpp:
+ * tao/GIOP_Message_Generator_Parser_12.h:
+ * tao/GIOP_Message_Lite.cpp:
+ * tao/GIOP_Message_Lite.h:
+ * tao/Pluggable_Messaging.h:
+ * tao/Pluggable_Messaging_Utils.cpp:
+ * tao/Pluggable_Messaging_Utils.h:
+ * tao/Pluggable_Messaging_Utils.i:
+ * tao/TAO_Server_Request.cpp:
+
+ Extracted most of TAO_Pluggable_Reply_Params into a
+ base class TAO_Pluggable_Reply_Params_Base, leaving
+ out the InputCDR member. This base class is now used
+ by TAO_ServerRequest, which does not need the cdr
+ stream, eliminating the overhead of its construction.
+ The client side request classes use the original
+ class, now a subclass, that adds the InpurCDR member.
+ This closes [BUGID:900].
+
Wed May 9 11:56:55 2001 Ossama Othman <ossama@uci.edu>
* docs/interceptors.html (HREF):