summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 19:16:34 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 19:16:34 +0000
commitf489770a8258de3cfdee7fea1ed37ca5b3980139 (patch)
treea870b1e55523d7db350eb6a791978536e282f4e9
parentcd166b4fd8dcd38f4db6e2b2667e9e6e76796f02 (diff)
downloadATCD-f489770a8258de3cfdee7fea1ed37ca5b3980139.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6dd7f3dec19..b884f9748e8 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Mon Apr 12 14:09:06 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
+ * tao/Servant_Base.h :
+ * tao/Server_Request.i :
+ * tao/Operation_Table.h :
+ * tao/Servant_Base.cpp:
+ * tao/Server_Request.cpp :
+ * tao/Operation_Table.cpp : Committed again the changes related to
+ Removing strlen calculation for the Operation Name from the
+ critical path. Length as it is obtained during demarshalling is
+ stored in the IIOP_Request object and passed to the Perfect Hash's
+ find operation. ACE_CString is used to store the operation as
+ opposed char *. Thanks to Irfan for suggesting this change.
+
Mon Apr 12 13:41:23 1999 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Timeprobe.h: