summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-12 05:54:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-12 05:54:34 +0000
commit3825309b0f5930e2401a16b873ee525ecb076967 (patch)
treea335eb5744ffe69224ef6a96d6377f7fe9709112
parentcb78aba30688d41539eeab65ec9f0eaeb15f3ff3 (diff)
downloadATCD-3825309b0f5930e2401a16b873ee525ecb076967.tar.gz
.
-rw-r--r--TAO/ChangeLog-99c28
1 files changed, 13 insertions, 15 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d72ec925496..7fc310b70c3 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -48,8 +48,8 @@ Sat Apr 10 20:55:00 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Param_Test/param_test.idl
* tests/Param_Test/param_test_i.cpp
* tests/Param_Test/param_test_i.h
- * tests/Param_Test/tests.h
- Added a new test case for multi-dimensional array checking.
+ * tests/Param_Test/tests.h: Added a new test case for
+ multi-dimensional array checking.
Sat Apr 10 14:26:48 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
@@ -127,10 +127,9 @@ Fri Apr 09 12:52:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Fri Apr 9 14:29:42 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * tao/Any.{h,cpp}:
- Changed the argument of the static dump() function
- from const value to const reference. Thanks to
- Ulf Jaehrig <jaehrig@desys.com> for suggesting this.
+ * tao/Any.{h,cpp}: Changed the argument of the static dump()
+ function from const value to const reference. Thanks to Ulf
+ Jaehrig <jaehrig@desys.com> for suggesting this.
Fri Apr 9 13:28:06 1999 Vishal Kachroo <vishal@cs.wustl.edu>
@@ -174,11 +173,10 @@ Fri Apr 09 01:51:52 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Fri Apr 9 00:49:35 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * examples/POA/On_Demand_Activation/server.cpp (main):
- * examples/POA/On_Demand_Activation/Servant_Activator.cpp:
- * examples/POA/On_Demand_Activation/Servant_Locator.cpp
- Made some cosmetic changes. Basically changed some ACE_TRY
- macros
+ * examples/POA/On_Demand_Activation/server.cpp (main),
+ * examples/POA/On_Demand_Activation/Servant_Activator.cpp,
+ * examples/POA/On_Demand_Activation/Servant_Locator.cpp: Made some
+ cosmetic changes. Basically changed some ACE_TRY macros
Fri Apr 9 00:04:45 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
@@ -190,12 +188,12 @@ Fri Apr 9 00:04:45 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
Thu Apr 8 23:12:18 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* orbsvcs/orbsvcs/Naming/Naming_Utils.h (TAO_Naming_Server): Added
- a default value of 0 to the persistence_location so that the
- code will build again...
+ a default value of 0 to the persistence_location so that the
+ code will build again...
* tao/ORB.cpp: Rewrote the multicast_query() method to test a
- theory about what might be causing the problem on NT. Thanks to
- Margaret Reitz <margaret@veritas.com> for motivating this.
+ theory about what might be causing the problem on NT. Thanks to
+ Margaret Reitz <margaret@veritas.com> for motivating this.
Thu Apr 08 18:45:56 1999 Irfan Pyarali <irfan@cs.wustl.edu>