summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-14 19:43:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-14 19:43:25 +0000
commit122de63852921ff8186f47f41e71bc3d0a399632 (patch)
tree80850166c27f0a0463474b3978670012a046cd87
parent538ef91638dddab4f629b53825dc5d81f2ff17a9 (diff)
downloadATCD-122de63852921ff8186f47f41e71bc3d0a399632.tar.gz
Tue Nov 14 19:43:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--CIAO/ChangeLog58
1 files changed, 29 insertions, 29 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 297645d5c59..003675b6bc6 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -153,23 +153,23 @@ Wed Oct 25 14:54:03 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
Wed Oct 25 11:02:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * examples/Null_Component/StaticDAnCEApp.mpc:
- Enabled this project in all builds
+ * examples/Null_Component/StaticDAnCEApp.mpc:
+ Enabled this project in all builds
Mon Oct 23 19:35:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
- Added missing CORBA::string_dup to fix crash with BCB
+ * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
+ Added missing CORBA::string_dup to fix crash with BCB
Fri Oct 20 06:41:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp:
- Changed the HomeAttributes generation in such a way that it
- also compiles with BCB6
+ * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp:
+ Changed the HomeAttributes generation in such a way that it
+ also compiles with BCB6
- * examples/Null_Component/*:
- New example, a component with just one interface. This can be used
- to analyze the core footprint and see what we can reduce
+ * examples/Null_Component/*:
+ New example, a component with just one interface. This can be used
+ to analyze the core footprint and see what we can reduce
Thanks to Sowayan Abdullah <abdullah dot sowayan at lmco dot com>
for creating this example
@@ -217,42 +217,42 @@ Tue Oct 17 13:40:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/Plan_Launcher/Plan_Launcher.cpp:
* DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
- Several small layout changes and use ACE_ERROR for
- errors
+ Several small layout changes and use ACE_ERROR for
+ errors
Tue Oct 17 13:30:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * DAnCE/NodeApplication/RTNodeApp_Configurator.{h,cpp}:
- Moved destructor implementation to cpp file
+ * DAnCE/NodeApplication/RTNodeApp_Configurator.{h,cpp}:
+ Moved destructor implementation to cpp file
Tue Oct 17 13:10:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * DAnCE/NodeManager/CIAO_Monitor.h:
- Doxygen improvements
+ * DAnCE/NodeManager/CIAO_Monitor.h:
+ Doxygen improvements
- * DAnCE/NodeManager/NAM_Map.{h,cpp}:
- Made is_available a const method
+ * DAnCE/NodeManager/NAM_Map.{h,cpp}:
+ Made is_available a const method
- * DAnCE/NodeManager/Node_Manager.cpp:
- Use bool
+ * DAnCE/NodeManager/Node_Manager.cpp:
+ Use bool
- * DAnCE/NodeManager/Node_Manager_Impl.cpp:
+ * DAnCE/NodeManager/Node_Manager_Impl.cpp:
Use ACE_ERROR together with LM_ERROR
Tue Oct 17 12:32:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
- * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
- * DAnCE/NodeApplication/RTConfig_Manager.cpp:
+ * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
+ * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
+ * DAnCE/NodeApplication/RTConfig_Manager.cpp:
Use ACE_ERROR together with LM_ERROR
- * DAnCE/NodeApplication/NodeApplication_Impl.inl:
+ * DAnCE/NodeApplication/NodeApplication_Impl.inl:
Initialise pointers with 0
- * DAnCE/NodeApplication/Configurator_Factory.{h,cpp}:
- * DAnCE/NodeApplication/Container_Impl.cpp:
- * DAnCE/NodeApplication/NodeApplication_Core.cpp:
- Use bool and const improvements, doxygen improvements
+ * DAnCE/NodeApplication/Configurator_Factory.{h,cpp}:
+ * DAnCE/NodeApplication/Container_Impl.cpp:
+ * DAnCE/NodeApplication/NodeApplication_Core.cpp:
+ Use bool and const improvements, doxygen improvements
Mon Oct 16 19:52:15 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>