summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-09 21:57:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-09 21:57:20 +0000
commitebe0098b0de1dc9356bd512b707feaae5190a5fb (patch)
tree4eecc8a250ae56ddb797af0719188dd55b95d73b
parent4798325ef1212aa3f47670de1333b177992c3194 (diff)
downloadATCD-ebe0098b0de1dc9356bd512b707feaae5190a5fb.tar.gz
.
-rw-r--r--TAO/ChangeLog-99c29
1 files changed, 15 insertions, 14 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 53b25198a3f..554eff9cf26 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,19 +1,19 @@
Fri Apr 9 16:23:47 1999 Marina Spivak <marina@cs.wustl.edu>
* orbsvcs/orbsvcs/Naming/README:
- Added a short blurb about persistent Naming Service
+ Added a short blurb about persistent Naming Service
- * orbsvcs/orbsvcs/Naming/Persistent_Context_Index_T.cpp:
- Removed the use of nested typedefs, as this was breaking old g++
- compiler. Surrounded Debug statements by <if>. Added a return
- statement to avoid warnings.
+ * orbsvcs/orbsvcs/Naming/Persistent_Context_Index_T.cpp: Removed
+ the use of nested typedefs, as this was breaking old g++
+ compiler. Surrounded Debug statements by <if>. Added a return
+ statement to avoid warnings.
- * orbsvcs/Naming_Service/README:
- Added description of persistence command-line option.
+ * orbsvcs/Naming_Service/README: Added description of persistence
+ command-line option.
- * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp}:
- Changed the order of arguments in <init> method and constructor,
- to avoid breaking old code with the addition of the new parameter.
+ * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp}: Changed the order
+ of arguments in <init> method and constructor, to avoid breaking
+ old code with the addition of the new parameter.
Fri Apr 09 16:19:12 1999 Irfan Pyarali <irfan@cs.wustl.edu>
@@ -30,10 +30,11 @@ Fri Apr 9 15:20:10 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* 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.
+ * 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>