summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ChangeLog')
-rw-r--r--TAO/CIAO/ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index cb70106010b..74c9f0715c0 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 18 14:21:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * DAnCE/NodeManager/NodeDaemon_Impl.h:
+ Added missing pragma pop
+
Mon Aug 16 22:15:52 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
@@ -29,12 +34,12 @@ Mon Aug 16 16:44:13 2004 J.T. Conklin <jtc@acorntoolworks.com>
Mon Aug 16 16:36:49 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
-
+
Changed conversion for eventtypes to generate, instead of the
original eventtype, a valuetype with Components::EventBase added
to its inheritance list. This is completely equivalent to the
original eventtype and has the advantage that it eliminates the
- need to use the -Sm option (disabling CCM equivalent IDL
+ need to use the -Sm option (disabling CCM equivalent IDL
preprocessing) when running the IDL compiler on a converted
file. Thanks to Bala Natarajan <bala@dre.vanderbilt.edu> for
the suggestion.
@@ -42,7 +47,7 @@ Mon Aug 16 16:36:49 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Mon Aug 16 14:14:15 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl:
-
+
Do not do the compile the implied data part of the IDL.
Mon Aug 16 12:42:59 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
@@ -75,14 +80,14 @@ Mon Aug 16 12:42:59 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* DAnCE/Config_Handlers/TPD_Handler.h:
* DAnCE/Config_Handlers/Utils.h:
- Use ciao/ to include any header files from core ciao.
-
+ Use ciao/ to include any header files from core ciao.
+
* DAnCE/ciao/CCM_Core.mpc:
* DAnCE/tests/Config_Handlers/handler_test.mpb:
* DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
Use the right libraries for linking. This should probably
- address some of the core build errors on the scoreboard.
+ address some of the core build errors on the scoreboard.
Sun Aug 15 18:32:49 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -100,7 +105,7 @@ Sun Aug 15 18:32:49 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
* tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h:
* tools/IDL3_to_IDL2/README:
-
+
New files implementing a tool that inputs an IDL file with IDL3
constructs and generates another IDL file with the IDL3
constructs converted to the spec-defined IDL2 equivalents. Using
@@ -120,7 +125,7 @@ Sun Aug 15 09:12:36 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* DAnCE/tests/Config_Handlers/handler_test.mpb:
- Fixed the handlers to link in CIAO_DnC_Container too.
+ Fixed the handlers to link in CIAO_DnC_Container too.
Sat Aug 14 14:44:24 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>