summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-31 05:21:44 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-31 05:21:44 +0000
commit6b09153dfa3fcf8ad79efa9ced1abef46485d9ff (patch)
treed62dee6002fedde16e7d9c9784a66c49e68ae433 /TAO/ChangeLog
parent162959b80ecff0f94d010dd9669512fb663ac29b (diff)
downloadATCD-6b09153dfa3fcf8ad79efa9ced1abef46485d9ff.tar.gz
ChangeLogTag:Thu Oct 30 23:23:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index dcdd036764d..f3cc2b51bc2 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,35 @@
+Thu Oct 30 23:23:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * performance-tests/Cubit/TAO/DII_Cubit/Makefile:
+ * performance-tests/Latency/DII/Makefile:
+ * performance-tests/Latency/DSI/Makefile:
+ * performance-tests/Latency/Deferred/Makefile:
+ * performance-tests/RTCorba/Oneways/Reliable/Makefile:
+ * performance-tests/Sequence_Latency/DII/Makefile:
+ * performance-tests/Sequence_Latency/DSI/Makefile:
+ * performance-tests/Sequence_Latency/Deferred/Makefile:
+
+ Added missing libraries to the link line. This is necessary
+ since the DynamicInterface library depends on the Messaging
+ library.
+
+ * tests/OBV/Supports/Supports_Test_impl.cpp:
+ * tests/Xt_Stopwatch/Stopwatch_display.h:
+
+ Fixed compilation problems. These showed up only in builds which
+ used MPC.
+
+ * tao/Messaging/Asynch_Timeout_Handler.cpp:
+ * tao/Messaging/Asynch_Timeout_Handler.h:
+ * tao/Messaging/Messaging.cpp:
+ * tao/Messaging/Messaging.h:
+
+ Cosmetic fixes to get them compiling in minimum_corba builds.
+
+ * tao/Messaging/Messaging.mpc:
+
+ Added the list of files in the project.
+
Thu Oct 30 22:57:43 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/examples/ORT/Makefile: