summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 20:27:51 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 20:27:51 +0000
commit90116cf309e89910bb09c44cfd07616654598686 (patch)
tree8a2b70753546af8038abee58b21194275bbae4c8
parent145e57141b3e58316366c24cdcd1ecf22333328a (diff)
downloadATCD-90116cf309e89910bb09c44cfd07616654598686.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 26bd55bca56..8f9f1f3401d 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,16 @@
+Fri Apr 9 15:20:10 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_interface/interface_ss.cpp (visit_interface):
+ * tao/Servant_Base.h (TAO_ServantBase):
+ * tao/Server_Request.i (operation):
+ * tao/Operation_Table.h (TAO_Operation_Table):
+ * tao/Servant_Base.cpp:
+ * tao/Server_Request.cpp (retval_):
+ * tao/Operation_Table.cpp (TAO_Dynamic_Hash_OpTable):
+ Removed 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.
+
Fri Apr 09 12:52:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* examples/POA/DSI/Database_i.cpp (_is_a): Removed