summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 16:38:49 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 16:38:49 +0000
commit323543b2a9aac80aa4fd3521c677cbe4185ca9c9 (patch)
tree7a36cd2f9d67b7388167db0ec3c802e7a839b86e
parentae7520ebe905c0e9c81187b2b3d93c08c4d8e713 (diff)
downloadATCD-323543b2a9aac80aa4fd3521c677cbe4185ca9c9.tar.gz
Mon Sep 06 11:30:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog_EC254
1 files changed, 254 insertions, 0 deletions
diff --git a/TAO/CIAO/ChangeLog_EC b/TAO/CIAO/ChangeLog_EC
new file mode 100644
index 00000000000..a7728ebe53c
--- /dev/null
+++ b/TAO/CIAO/ChangeLog_EC
@@ -0,0 +1,254 @@
+Mon Sep 06 11:35:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * DAnCE/ciao/CIAO_CosNotify.cpp
+ * DAnCE/ciao/CIAO_CosNotify.h
+ * DAnCE/ciao/CIAO_CosNotify.idl
+
+ * DAnCE/ciao/CIAO_DirectEvent.cpp
+ * DAnCE/ciao/CIAO_DirectEvent.h
+ * DAnCE/ciao/CIAO_DirectEvent.idl
+
+ * DAnCE/ciao/CIAO_RTEvent.cpp
+ * DAnCE/ciao/CIAO_RTEvent.h
+ * DAnCE/ciao/CIAO_RTEvent.idl
+
+ * DAnCE/ciao/CIAO_EventServiceBase.h
+ * DAnCE/ciao/CIAO_Events.idl
+ * DAnCE/ciao/CIAO_Events_Export.h
+
+ * DAnCE/ciao/CIAO_EventService_Factory.cpp
+ * DAnCE/ciao/CIAO_EventService_Factory.h
+ * DAnCE/ciao/CIAO_EventService_Factory_impl.cpp
+ * DAnCE/ciao/CIAO_EventService_Factory_impl.h
+
+ Added these files. These files are obtained from
+ a previous branch "EC_integration_Stage_0" and
+ checked in as is without any change.
+
+Mon Sep 06 11:30:00 2004 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * ChangeLog_EC
+
+ Created this branch named "EC_integration_DAnCE" and
+ added this change log. This change log file was obtained
+ from a previous CVS branch named "EC_integration_stage_0".
+
+
+Fri Oct 31 02:00:56 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * ChangeLog_EC
+ * ciao/CIAO_CosNotify.cpp
+ * ciao/CIAO_CosNotify.h
+ * ciao/CIAO_DirectEvent.cpp
+ * ciao/CIAO_DirectEvent.h
+ * ciao/CIAO_EventService_Factory_impl.cpp
+ * ciao/CIAO_Events.idl
+ * ciao/CIAO_RTEvent.cpp
+ * ciao/CIAO_RTEvent.h
+ * ciao/Container_Base.cpp
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplayE.idl
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.h
+ * tools/Assembly_Deployer/Assembly_Impl.cpp
+
+ Fixed reference counting bugs.
+
+Mon Oct 20 12:21:11 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ciao/CIAO_CosNotify.cpp:
+ * ciao/CIAO_CosNotify.h
+ * ciao/CIAO_DirectEvent.cpp:
+ * ciao/CIAO_DirectEvent.h:
+ * ciao/CIAO_EventServiceBase.h: //@@ comments for George.
+
+ There is also one comment in the changelog
+
+Sat Oct 18 14:19:56 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ Added files:
+
+ * ciao/CIAO_CosNotify.cpp
+ * ciao/CIAO_CosNotify.h
+ * ciao/CIAO_CosNotify.idl
+ * ciao/CIAO_DirectEvent.cpp
+
+ * ciao/CIAO_DirectEvent.h
+ * ciao/CIAO_DirectEvent.idl
+ * ciao/CIAO_EventServiceBase.h
+ * ciao/CIAO_EventService_Factory.cpp
+ * ciao/CIAO_EventService_Factory.h
+ * ciao/CIAO_EventService_Factory_impl.cpp
+ * ciao/CIAO_EventService_Factory_impl.h
+ * ciao/CIAO_Events_Export.h
+ * ciao/CIAO_RTEvent.cpp
+ * ciao/CIAO_RTEvent.h
+ * ciao/CIAO_RTEvent.idl
+
+ Added event service factory to dynamically create event service
+ objects, provided via ACE dynamic service. Changed UUID to string
+ to match Assembly_Deployer tool. Moved consumer state information
+ into the event service objects.
+
+ Modified files:
+
+ * ciao/CCM_Component.idl
+ * ciao/CCM_Core.mpc
+ * ciao/CCM_Deployment.idl
+ * ciao/CIAO_Events.idl
+ * ciao/ComponentInstallation_Impl.h
+ * ciao/ComponentServer_Impl.h
+ * ciao/Container_Base.cpp
+ * ciao/Container_Base.h
+ * ciao/Container_Base.inl
+ * ciao/Container_Impl.h
+ * ciao/Container_Impl.inl
+ * ciao/Cookies.h
+
+ Changed container to dynamically link event service
+ libraries. Added new CIAO_Events project. Added method to
+ CIAO::Container that provides an object reference to the
+ events interface. Removed map of EventServiceInfo structs
+ from CIAO::Container. Added a UUID attribute to CCM_Object.
+
+ * tools/Assembly_Deployer/Assembly_Impl.cpp
+ * tools/Assembly_Deployer/Assembly_Impl.h
+ * tools/Assembly_Deployer/Assembly_Visitors.cpp
+ * tools/Assembly_Deployer/Assembly_Visitors.h
+ * tools/XML_Helpers/Assembly_Handlers.cpp
+ * tools/XML_Helpers/Assembly_Spec.h
+ * tools/XML_Helpers/Assembly_Spec.inl
+
+ Moved glue code that establishes events connections into the
+ Deployer. Added a map of container references to
+ CIAO::Assembly_Context.
+
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedEDE.idl
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.h
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDeviceE.idl
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.h
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplayE.idl
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.h
+ * examples/handcrafted/BasicSP_EC/EC/ECE.idl
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.h
+
+ Added a UUID attribute to CCM_Object. Moved glue code that
+ establishes events connections into the Deployer. Changed
+ push_event to use the component UUID with port name
+ appended.
+
+ Removed files:
+
+ * ciao/CIAO_Events.cpp
+ * ciao/CIAO_Events.h
+
+ Broke these files apart into one file per service.
+
+Sat Oct 4 18:28:23 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ Added files:
+
+ * ciao/CIAO_CosNotify.idl
+ * ciao/CIAO_DirectEvent.idl
+ * ciao/CIAO_RTEvent.idl
+
+ Modified files:
+
+ * ciao/CCM_Core.mpc
+ * ciao/CIAO_Events.cpp
+ * ciao/CIAO_Events.h
+ * ciao/CIAO_Events.idl
+ * ciao/ComponentInstallation_Impl.h
+ * ciao/ComponentServer_Impl.h
+ * ciao/Container_Base.cpp
+ * ciao/Container_Base.h
+ * ciao/Container_Impl.h ciao/Cookies.h
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp
+
+ Made design changes according to Bala's suggestions.
+
+Thu Oct 2 12:19:22 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ciao/CIAO_Events.cpp:
+ * ciao/CIAO_Events.h
+ * ciao/CIAO_Events.idl:
+ * ciao/Container_Base.cpp:
+ * ciao/Container_Base.h:
+ * ciao/Cookies.h: Added // @@ George for George in the code.
+
+Wed Oct 01 16:31:45 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * ciao/CCM_Core.mpc:
+
+ Updated Source_Files and IDL_Files.
+
+ * ciao/CIAO_Events.cpp:
+
+ Added PushConsumer and PushSupplier implementations for CosNotify
+ service.
+
+Tue Sep 30 11:51:17 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * ciao/CIAO_Events.h:
+ * ciao/CIAO_Events.cpp:
+ * ciao/CIAO_Events.idl:
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp:
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp:
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp:
+
+ Added event filtering, correlation, and CosNotification service.
+
+Tue Sep 23 21:35:17 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * ciao/CIAO_Events.h:
+ * ciao/CIAO_Events.cpp:
+ * ciao/Container_Base.h:
+ * ciao/Container_Base.cpp:
+ * ciao/CIAO_Events.idl:
+
+ Added comments.
+
+Mon Sep 22 20:52:02 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ Added files:
+
+ * ciao/CIAO_Events.h:
+ * ciao/CIAO_Events.cpp:
+ * ciao/CIAO_Events.idl:
+
+ Modified files:
+
+ * ciao/Container_Base.cpp:
+ * ciao/Container_Base.h:
+ * ciao/Cookies.cpp:
+ * ciao/Cookies.h:
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp:
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp:
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp:
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.h:
+
+ Refactored CIAO event services.
+
+Mon Sep 15 16:59:34 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * ciao/CCM_Deployment.idl ciao/Container_Base.cpp
+ * ciao/Container_Base.h
+ * ciao/Cookies.cpp
+ * ciao/Cookies.h
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.h
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.h
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.h
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp
+ * examples/handcrafted/BasicSP_EC/EC/EC_svnt.h
+
+ Initial implementation of CIAO event services.
+