summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-12 19:41:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-12 19:41:10 +0000
commitcb859c32ee4d078202368df8e29aa172e81c62d0 (patch)
tree5301810b4363c7aac983c8f36f93898927aeecd1
parentee9ce1a17fb180e7e924774e73b2d30d83e263d5 (diff)
downloadATCD-cb859c32ee4d078202368df8e29aa172e81c62d0.tar.gz
TAO/ChangeLog
-rw-r--r--TAO/ChangeLog-99c40
1 files changed, 20 insertions, 20 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e2a594080dc..ffe0dccdd2c 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -16,30 +16,30 @@ Mon Apr 12 14:19:45 1999 David L. Levine <levine@cs.wustl.edu>
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.
+ * 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:
- * tao/Connect.cpp:
+ * tao/Timeprobe.h,
+ * tao/Connect.cpp,
* tao/Invocation.cpp:
- Added four new timeprobes to measure client outgoing
- process time and server process time. Whereas the
- pluggable protocols timeprobes were a subset of the
- regular timeprobes, these are a disjoint set. If both
- the pluggable and minimal timeprobes macros are
- uncommented in Timeprobe.h, pluggable will override.
+ Added four new timeprobes to measure client outgoing process
+ time and server process time. Whereas the pluggable protocols
+ timeprobes were a subset of the regular timeprobes, these are a
+ disjoint set. If both the pluggable and minimal timeprobes
+ macros are uncommented in Timeprobe.h, pluggable will override.
Mon Apr 12 12:37:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>