diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 21:05:34 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 21:05:34 +0000 |
commit | a99f6044bebb5dd954185375ed5173206fc7d439 (patch) | |
tree | 13750a761107044023f45559fed3c7f731d44456 | |
parent | 072dfd787b81c3f7add919eda9c76401c1cdb717 (diff) | |
download | ATCD-a99f6044bebb5dd954185375ed5173206fc7d439.tar.gz |
* TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
* TAO/performance-tests/Pluggable/PP_Test_Client.h:
* TAO/performance-tests/Pluggable/PP_Test_Client.cpp:
* TAO/performance-tests/Pluggable/server.cpp:
* TAO/tests/DynAny_Test/data.cpp:
* TAO/tests/Param_Test/nested_struct.cpp:
* TAO/tests/Param_Test/big_union.cpp:
* TAO/tests/Param_Test/objref.cpp:
* TAO/tests/Param_Test/ub_string.cpp:
* TAO/tests/Param_Test/objref_struct.cpp:
* TAO/tests/Param_Test/short.cpp:
* TAO/tests/Param_Test/ulonglong.cpp:
* TAO/tests/Param_Test/typecode.cpp:
* TAO/tests/Param_Test/ub_any_seq.cpp:
* TAO/tests/Param_Test/ub_long_seq.cpp:
* TAO/tests/Param_Test/ub_objref_seq.cpp:
* TAO/tests/Param_Test/ub_short_seq.cpp:
* TAO/tests/Param_Test/ub_str_seq.cpp:
* TAO/tests/Param_Test/fixed_array.cpp:
* TAO/tests/Param_Test/fixed_struct.cpp:
* TAO/tests/Param_Test/var_struct.cpp:
* TAO/tests/Param_Test/var_array.cpp:
* TAO/tests/Param_Test/recursive_struct.cpp:
* TAO/tests/Param_Test/bd_long_seq.cpp:
* TAO/tests/Param_Test/bd_short_seq.cpp:
* TAO/tests/Param_Test/bd_str_seq.cpp:
* TAO/tests/Param_Test/bd_string.cpp:
* TAO/tests/Param_Test/bd_struct_seq.cpp:
* TAO/tests/Param_Test/ub_struct_seq.cpp:
Fixed exception warnings, ACE_TRY macro stuff
and made some cosmetic changes.
-rw-r--r-- | TAO/ChangeLog-99c | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 7185b972f51..cb242419ee3 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,37 @@ +Fri Jun 25 16:03:32 1999 Jeff Parsons <parsons@cs.wustl.edu> + + * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp: + * TAO/performance-tests/Pluggable/PP_Test_Client.h: + * TAO/performance-tests/Pluggable/PP_Test_Client.cpp: + * TAO/performance-tests/Pluggable/server.cpp: + * TAO/tests/DynAny_Test/data.cpp: + * TAO/tests/Param_Test/nested_struct.cpp: + * TAO/tests/Param_Test/big_union.cpp: + * TAO/tests/Param_Test/objref.cpp: + * TAO/tests/Param_Test/ub_string.cpp: + * TAO/tests/Param_Test/objref_struct.cpp: + * TAO/tests/Param_Test/short.cpp: + * TAO/tests/Param_Test/ulonglong.cpp: + * TAO/tests/Param_Test/typecode.cpp: + * TAO/tests/Param_Test/ub_any_seq.cpp: + * TAO/tests/Param_Test/ub_long_seq.cpp: + * TAO/tests/Param_Test/ub_objref_seq.cpp: + * TAO/tests/Param_Test/ub_short_seq.cpp: + * TAO/tests/Param_Test/ub_str_seq.cpp: + * TAO/tests/Param_Test/fixed_array.cpp: + * TAO/tests/Param_Test/fixed_struct.cpp: + * TAO/tests/Param_Test/var_struct.cpp: + * TAO/tests/Param_Test/var_array.cpp: + * TAO/tests/Param_Test/recursive_struct.cpp: + * TAO/tests/Param_Test/bd_long_seq.cpp: + * TAO/tests/Param_Test/bd_short_seq.cpp: + * TAO/tests/Param_Test/bd_str_seq.cpp: + * TAO/tests/Param_Test/bd_string.cpp: + * TAO/tests/Param_Test/bd_struct_seq.cpp: + * TAO/tests/Param_Test/ub_struct_seq.cpp: + Fixed exception warnings, ACE_TRY macro stuff + and made some cosmetic changes. + Fri Jun 25 13:37:47 1999 Balachandran Natarajan <bala@cs.wustl.edu> * tao/Environment.h: |