summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ChangeLog')
-rw-r--r--TAO/CIAO/ChangeLog23
1 files changed, 16 insertions, 7 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 4cdcd3f87b6..750d00fa2c3 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,12 @@
+Thu Nov 13 00:39:17 2003 Nanbor Wang <nanbor@cse.wustl.edu>
+
+ * ciao/CIAO_common.h:
+ * ciao/Client_init.cpp: Added a CIAO::debug_level () function to
+ control the amount of debug info available.
+
+ * ciao/ServerActivator_Impl.cpp: Used CIAO::debug_level() to
+ control emission of debug information.
+
Fri Oct 24 11:31:34 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* CIAO version 0.3.5 released.
@@ -35,12 +44,12 @@ Thu Oct 16 16:45:35 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/CCF/IDL3/SyntaxTree/Operation.hpp:
* 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.
- * CCF/Documentation/TODO: Marked some items as done or
+ * CCF/Documentation/TODO: Marked some items as done or
partially done.
Thu Oct 16 12:55:06 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
@@ -283,16 +292,16 @@ 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
+ 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
+ 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: