summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index abf8ee83c82..305fe5c67f2 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Fri Apr 21 20:13:49 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * performance-tests/POA/Demux/demux_test_client.cpp:
+ * performance-tests/POA/Demux/demux_test_server.cpp:
+ The ORB id strings were not const-correct, but they are
+ actually not needed for this test so I just use empty strings as
+ ids.
+
Fri Apr 21 19:41:20 2000 Darrell Brunsch <brunsch@uci.edu>
* TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
@@ -17,7 +25,7 @@ Fri Apr 21 18:40:12 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/MProfile/test_i.cpp:
Removed an extra #include, the file included does not exist and
- it is not needed, clearly too much cut&past programming.
+ it is not needed, clearly too much cut&paste programming.
Fri Apr 21 17:31:55 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>