summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-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: