summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-10 20:03:48 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-10 20:03:48 +0000
commitbd45af660cedcad35355c3718325154ee71c73c3 (patch)
treefc0a1d8350c0b805f225607ad0dc1ab6cc896722
parent3ba5d5a64c93de55bdf0fae5edc595d55ff9e2f4 (diff)
downloadATCD-bd45af660cedcad35355c3718325154ee71c73c3.tar.gz
Fri Sep 10 14:52:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/CIAO/DAnCE/ChangeLog_EC30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/ChangeLog_EC b/TAO/CIAO/DAnCE/ChangeLog_EC
index c037f2c83a5..3a98ddbe51f 100644
--- a/TAO/CIAO/DAnCE/ChangeLog_EC
+++ b/TAO/CIAO/DAnCE/ChangeLog_EC
@@ -1,3 +1,33 @@
+Fri Sep 10 14:52:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * DAnCE/Deployment.xsd
+
+ Modify the schema to support event channel integration.
+
+ * DAnCE/ciao/CCM_Component.idl
+
+ Added a component_UUID attribute.
+
+ * DAnCE/ciao/Deployment_Core.idl
+
+ Modify the connection struct to support event channel
+ integration.
+
+ * DAnCE/ciao/NodeApplication_Impl.cpp
+ * DAnCE/ciao/NodeApplication_Impl.h
+ * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
+
+ Enhance the NodeApplication and DomainApplicaitonManager
+ to support event channel integration.
+
+ * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_svnt.{h,cpp}
+ * DAnCE/examples/BasicSP/BMDevice/BMDevice_svnt.{h,cpp}
+ * DAnCE/examples/BasicSP/BMDisplay/BMDisplay_svnt.{h,cpp}
+ * DAnCE/examples/BasicSP/EC/EC_svnt.{h,cpp}
+
+ Modify the CIDLC generated servant code to add component_UUID
+ attribute implementation, and push event to container.
+
Mon Sep 06 16:13:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
* CIAO_EventService_Factory_impl.cpp