summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 00:41:33 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 00:41:33 +0000
commit909fef9314542eae052507637d50abfbd5b3b844 (patch)
treeab409d33b64cdd09bdf8e5d7b95e826aa356816e
parent671b70493bd685f6c4e2e5264eb8c201b893ab41 (diff)
downloadATCD-909fef9314542eae052507637d50abfbd5b3b844.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 11 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d266ec874c5..1454cc47571 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,11 @@
+Sun Apr 11 19:38:39 1999 Marina Spivak <marina@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp
+ * orbsvcs/orbsvcs/Persistent_Naming_Context.{h, cpp}
+ * orbsvcs/orbsvcs/Persistent_Context_Index_T.cpp
+ Changed the use of the <index> variable name to <context_index> to
+ avoid conflict with the macro of the same name.
+
Sun Apr 11 18:29:47 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* orbsvcs/orbsvcs/Naming/Naming_Utils.cpp (TAO_Naming_Client):
@@ -13,12 +21,12 @@ Sun Apr 11 15:36:33 1999 Balachandran Natarajan <bala@cs.wustl.edu>
Sun Apr 11 11:45:49 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
+ * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
Added missing template instantiation.
Sat Apr 10 20:55:00 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/Param_Test/multdim_array.cpp:
+ * tests/Param_Test/multdim_array.cpp:
* tests/Param_Test/multdim_array.h
* tests/Param_Test/Makefile
* tests/Param_Test/driver.cpp
@@ -43,7 +51,7 @@ Fri Apr 9 22:18:08 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* tao/Servant_Base.cpp:
* tao/Server_Request.cpp :
* tao/Operation_Table.cpp :
-
+
Reverted the earlier changes related to saving strlen calculation
on the critical path.