summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-13 18:18:24 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-13 18:18:24 +0000
commitc4c78b70e25bca381da8e55d38208549d1297504 (patch)
treef0036c70d30b2352733ab05adee86c38ac4a573d
parent7be8c624d41a4f4b71b54873f00e83f300694ae6 (diff)
downloadATCD-c4c78b70e25bca381da8e55d38208549d1297504.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 1f1fa9ed5cc..3ac88200aee 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,6 +1,24 @@
+Mon Sep 13 13:18:33 2004 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * RepositoryManager/Update_Plan.h
+
+ Fixed a waring in Windows build by changing "class" to "struct"
+ in forward declaration.
+
+ * examples/BasicSP/BasicSP.mpc
+ * examples/BasicSP/BMClosedED/BMClosedED.mpc
+ * examples/BasicSP/BMDevice/BMDevice.mpc
+ * examples/BasicSP/BMDisplay/BMDisplay.mpc
+ * examples/BasicSP/EC/EC.mpc
+
+ Changed the output stub, servant, and executor library names
+ for all the components in BasicSP example. The reason is
+ becasue all the examples are tightly coupled with the
+ output library names.
+
Mon Sep 13 13:07:33 2004 Gan Deng <gan.deng@vanderbilt.edu>
- * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
+ * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
Fixed a bug inside create_connections () method.