summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ChangeLog')
-rw-r--r--TAO/CIAO/ChangeLog22
1 files changed, 9 insertions, 13 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 1a8f7201c91..b2a1ebd2e2c 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -32,7 +32,6 @@ Thu Oct 16 16:45:35 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/Example/CIDL/LocalExecutorMapping/ExecutorMappingGenerator.cpp:
Added support for struct.
-
* CCF/Example/CIDL/LocalExecutorMapping/test-2.idl:
* CCF/Example/CIDL/LocalExecutorMapping/test-2_exec.idl.orig:
Added a few structs for testing.
@@ -280,25 +279,22 @@ Sun Oct 12 20:44:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* CIDLC/ServantHeaderGenerator.hpp:
* CIDLC/ServantSourceGenerator.cpp:
* CIDLC/ServantSourceGenerator.hpp:
-
- Changed top of files to match the
- title/author/cvs id format for all other
- CCF and CIDLC files.
+ Changed top of files to match the title/author/cvs id format for
+ all other CCF and CIDLC files.
* CIDLC/TypeNameEmitter.cpp:
* CIDLC/TypeNameEmitter.hpp:
- New files, adding support for all basic IDL
- types, and factoring out the typename emitter
- classes for operation return types and parameters
- into a separate translation unit, to eliminate
- the duplication in ServantHeaderGenerator.cpp and
- ServantSourceGenerator.cpp.
+ New files, adding support for all basic IDL types, and factoring
+ out the typename emitter classes for operation return types and
+ parameters into a separate translation unit, to eliminate the
+ duplication in ServantHeaderGenerator.cpp and
+ ServantSourceGenerator.cpp.
* CIDLC/cidlc.mpc:
* CIDLC/CIDLC.vcproj:
- Updated with the new files above.
+ Updated with the new files above.
Sun Oct 12 18:36:16 2003 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
@@ -349,7 +345,7 @@ Fri Oct 10 15:54:00 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/Example/CIDL/LocalExecutorMapping/test-1_exec.idl.orig:
* CCF/Example/CIDL/LocalExecutorMapping/test-2_exec.idl.orig:
* CIDLC/cidlc.cpp: Added support for all built-in types (spec
- calls them 'base types') in CCF and in CIDL compiler driver.
+ calls them 'base types') in CCF and in CIDL compiler driver.
* CCF/Documentation/TODO: marked corresponding item as done.