summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ChangeLog')
-rw-r--r--CIAO/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index e57d197db4f..2bf3a72677a 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,13 +1,24 @@
+Tue Jul 24 16:24:58 UTC 2007 Krishnakumar B <kitty@nospam.invalid.domain>
+
+ * examples/Hello/descriptors/DeploymentPlan.cdp:
+ * examples/Hello/descriptors/DeploymentPlan_without_ns.cdp:
+
+ Initialized the attributes of the Sender. The test spits out an
+ error message if the Sender's enum attribute could not be
+ initialized. It is currently not possible to initialize enum
+ attributes in PICML. So I have modified these plans by hand for
+ now.
+
Tue Jul 24 10:09:20 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/basic_visitor.cpp(can_skip_module):
-
+
Fixed a bug in the logic, where a local or abstract interface,
or abstract eventtype, would trigger an immediate return of
'false'. This no longer happens.
-
+
* tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
-
+
Fixed a typo where a line was commented out inadvertently.
Mon Jul 23 16:53:45 UTC 2007 Krishnakumar B <kitty@nospam.invalid.domain>