| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
the observer argument. Thanks to egcs -W for snagging this.
|
| |
|
|
|
|
|
|
| |
* TAO/performance-tests/Pluggable/PP_Test_Client.cpp:
Changed ACE_CHECK_RETURN to ACE_NOTREACHED when
it comes after ACE_ENDTRY in a non-void function.
|
| |
|
|
|
|
| |
ACE_ENDTRY in a non-void function.
|
| |
|
| |
|
|
|
|
| |
when ace/Signal.h get #included instead of signal.h
|
| |
|
| |
|
|
|
|
|
|
| |
Made full use of exception macros everywhere
ACE_TRY_ENV was used, made other enhancements
and cosmetic changes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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_long_seq.cpp:
* TAO/tests/Param_Test/bd_struct_seq.cpp:
* TAO/tests/Param_Test/complex_any.cpp:
* TAO/tests/Param_Test/except.cpp:
* TAO/tests/Param_Test/fixed_array.cpp:
* TAO/tests/Param_Test/fixed_struct.cpp:
* TAO/tests/Param_Test/nested_struct.cpp:
* TAO/tests/Param_Test/objref.cpp:
* TAO/tests/Param_Test/nested_struct.cpp:
* TAO/tests/Param_Test/big_union.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/var_struct.cpp:
* TAO/tests/Param_Test/var_array.cpp:
* TAO/tests/Param_Test/recursive_struct.cpp:
Changed ACE_CHECK_RETURN to ACE_NOTREACHED when
it comes after ACE_ENDTRY in a non-void function.
We'll see if this make everybody happy.
|
| |
|
|
|
|
|
|
|
| |
Added some ACE_NOTREACHED macros. These were in
response to some warnings about ACE_CHECK_RETURN (...)
after ACE_ENDTRY in non-void functions. We'll see if
this make all the compilers happy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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_long_seq.cpp:
* TAO/tests/Param_Test/bd_struct_seq.cpp:
* TAO/tests/Param_Test/complex_any.cpp:
* TAO/tests/Param_Test/except.cpp:
* TAO/tests/Param_Test/fixed_array.cpp:
* TAO/tests/Param_Test/fixed_struct.cpp:
* TAO/tests/Param_Test/nested_struct.cpp:
* TAO/tests/Param_Test/objref.cpp:
* TAO/tests?Param_Test/ub_struct_seq.cpp:
Added ACE_TRY block to add_args(). This
was not causing a warning, but there
were many unchecked calls using ACE_TRY_ENV.
|
|
|
|
| |
a warning.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
on NT host, the GreenHills compiler #includes ace's Signal.h instead
of VxWorks' signal.h. No comment. OS.h doesn't need to #include
signal.h directly, because it gets indirectly #included through
sigLib.h.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
AIX.
|
| |
|
|
|
|
| |
in the input files.
|
| |
|
| |
|
| |
|
| |
|
| |
|