summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authortworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 15:17:34 +0000
committertworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 15:17:34 +0000
commitc7189d6c06b14c9534e3b5bdf55d8b1def5fcc01 (patch)
tree0bf6c7980fddcc358e08bb102e4b589af2e3a5ed /TAO
parent689c61bde5fb1d5765545d2960e0e5ea1768097a (diff)
downloadATCD-c7189d6c06b14c9534e3b5bdf55d8b1def5fcc01.tar.gz
Updated orbsvcs/tests/Concurrency/CC_command.h
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c15
1 files changed, 10 insertions, 5 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index e9cbb25a349..35f8a8de096 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,8 @@
+1998-06-09 Torben Worm <tworm@cumbia.cs.wustl.edu>
+
+ * Updated orbsvcs/tests/Concurrency/CC_command.h
+ Removed warnings generated by g++
+
Tue Jun 9 08:53:30 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be_include/be_codegen.h: Added two states (but no new
@@ -6,7 +11,7 @@ Tue Jun 9 08:53:30 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
passed as it is. In the skeleton case, we may have _var variables,
and hence we may have to pass the .in () or .inout () of those
_var variables.
-
+
* TAO_IDL/be/{be_visitor_enum, be_visitor_exception,
be_visitor_interface, be_visitor_sequence, be_visitor_structure,
be_visitor_typedef, be_visitor_union}.cpp:
@@ -14,8 +19,8 @@ Tue Jun 9 08:53:30 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
Once again, due to the compulsions of the MSVC++ compiler and the
DLLs, we require the export/import macros for all the <<= and >>=
operators so that they are visible outside.
-
- * TAO_IDL/be/be_visitor_args.cpp:
+
+ * TAO_IDL/be/be_visitor_args.cpp:
TAO_IDL/be_include/be_visitor_args.cpp (be_visitor_upcall_ss):
We were using _var variables to make sure that allocated memory
@@ -29,10 +34,10 @@ Tue Jun 9 08:53:30 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
Due to these two differences, we had to add a bunch of visit_*
methods to the upcall_ss visitor.
-
+
* TAO_IDL/be/be_visitor_operation.cpp: The same reasoning (case 1)
given for be_visitor_args.cpp holds here too for the return value
- case.
+ case.
1998-06-08 Torben Worm <tworm@cumbia.cs.wustl.edu>