summaryrefslogtreecommitdiff
path: root/TAO/CIAO
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-28 20:04:24 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-28 20:04:24 +0000
commit56309b0cafe3f9dae7910369237efd6f53c8a5a6 (patch)
treec86763d79a91f533f60f212063039ecb4d1bc7b6 /TAO/CIAO
parentba8d6a8835c2d904bc17f3a75f64fce8b679c600 (diff)
downloadATCD-56309b0cafe3f9dae7910369237efd6f53c8a5a6.tar.gz
ChangeLogTag: Fri Nov 28 13:58:58 2003 Tao Lu <lu@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO')
-rw-r--r--TAO/CIAO/ChangeLog20
1 files changed, 15 insertions, 5 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index e5c7b218974..e2b1a6fc63b 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,7 +1,17 @@
+Fri Nov 28 13:58:58 2003 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * examples/Hello:
+
+ Added the Hello example to CIAO. Thanks nanbor for the
+ handcrafted examples from which I learned to program do CIAO
+ programming. This example is meant to be used a step-by-step
+ tutorial for CIAO.
+
+
Wed Nov 26 22:16:34 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* CIDLC/ServantHeaderGenerator.cpp:
-
+
Changed generated exception list of disconnect_* operation for
an emits declaration to match the correct exception list
generated in ServantSourceGenerator.cpp.
@@ -9,12 +19,12 @@ Wed Nov 26 22:16:34 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Tue Nov 25 19:46:07 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* CIDLC/ServantHeaderGenerator.hpp:
-
+
Corrected a comment.
-
+
* CIDLC/ServantHeaderGenerator.cpp:
* CIDLC/ServantSourceGenerator.cpp:
-
+
Fixed servant code generation to output only for components
and homes that are used in a CIDL composition. Thanks to
Gary Duzan <gduzan@bbn.com> for reporting the problem. Also
@@ -24,7 +34,7 @@ Tue Nov 25 15:39:51 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/CCF/CompilerElements/FileSystem.hpp:
- Made normalize() function use 'native' path type when
+ Made normalize() function use 'native' path type when
constructing the path.
Tue Nov 25 15:06:02 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>