summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* always test on egcslevine1999-06-261-1/+3
|
* (detach): changed equality comparison of curr_observer from itself tolevine1999-06-261-5/+4
| | | | the observer argument. Thanks to egcs -W for snagging this.
* *** empty log message ***levine1999-06-261-0/+6
|
* * TAO/performance-tests/Pluggable/server.cpp:parsons1999-06-261-0/+7
| | | | | | * 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.
* *** empty log message ***levine1999-06-261-1/+1
|
* Replaced ACE_CHECK_RETURN with ACE_NOTREACHED when found afterparsons1999-06-262-5/+5
| | | | ACE_ENDTRY in a non-void function.
* *** empty log message ***levine1999-06-261-1/+3
|
* *** empty log message ***levine1999-06-261-5/+12
|
* (ACE_DONT_INCLUDE_ACE_SIGNAL_H): added this diagnostic to inform the user ↵levine1999-06-263-4/+13
| | | | when ace/Signal.h get #included instead of signal.h
* Replaced some 0 return values with CORBA_DynAny::_nil ().parsons1999-06-261-2/+2
|
* Fixed abuse of ACE_TYPENAMEcoryan1999-06-261-2/+2
|
* * tao/DynAny_i.cpp:parsons1999-06-261-0/+7
| | | | | | Made full use of exception macros everywhere ACE_TRY_ENV was used, made other enhancements and cosmetic changes.
* Made full use of exception macros, other enhancements.parsons1999-06-261-132/+540
|
* * TAO/tests/Param_Test/any.cpp:parsons1999-06-261-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Changed ACE_CHECK_RETURN to ACE_NOTREACHED.parsons1999-06-2627-63/+63
|
* * tao/Any.cpp:parsons1999-06-261-0/+8
| | | | | | | 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.
* Added some ACE_NOTREACHED macros.parsons1999-06-261-18/+18
|
* * TAO/tests/Param_Test/any.cpp:parsons1999-06-251-0/+20
| | | | | | | | | | | | | | | | | | | * 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.
* Fixed more ACE_TRY ACE_CHECK stuff, but not anything that was causingparsons1999-06-2513-404/+655
| | | | a warning.
* Return error if listen failed.nanbor1999-06-251-30/+33
|
* Don't delete the notify_handler_ if there isn't one.nanbor1999-06-251-1/+2
|
* *** empty log message ***nanbor1999-06-253-1/+24
|
* Fixed reactor open fail problem.nanbor1999-06-252-1/+14
|
* .schmidt1999-06-256-111/+148
|
* ChangeLogTag:Fri Jun 25 17:01:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-252-2/+7
|
* Fri Jun 25 16:43:47 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-254-115/+21
|
* replaced entries at the tail, which were removed in version 4.566levine1999-06-251-1/+129
|
* just Dale Wood, not Dale/Christinelevine1999-06-251-1/+1
|
* don't #include <signal.h> directly on VxWorks. When cross-compilinglevine1999-06-251-3/+3
| | | | | | | 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.
* *** empty log message ***levine1999-06-251-84/+93
|
* *** empty log message ***bala1999-06-251-0/+6
|
* Changed TAO_TRY macros to ACE_TRY macrosbala1999-06-252-57/+60
|
* .schmidt1999-06-254-35/+44
|
* .schmidt1999-06-2510-50/+664
|
* * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:parsons1999-06-251-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fixed ACE_TRY stuff.parsons1999-06-251-57/+68
|
* Fixd ACE_TRY stuff.parsons1999-06-2524-776/+1519
|
* *** empty log message ***Steve Huston1999-06-251-0/+4
|
* Removed ace/ from #pragma implementation line.Steve Huston1999-06-251-1/+1
|
* *** empty log message ***Steve Huston1999-06-251-0/+9
|
* Blow away tempinc dir between builds on AIX.Steve Huston1999-06-251-0/+7
|
* Move def of DC_Singleton from test_signleton.cpp to new file test_singleton.h.Steve Huston1999-06-252-12/+26
|
* Set static_libs_only to 1 so the library settings for linking get done right onSteve Huston1999-06-251-0/+1
| | | | AIX.
* *** empty log message ***Steve Huston1999-06-251-0/+10
|
* Determine at makeC++SharedLib time if tempin/*.o needs to be includedSteve Huston1999-06-252-2/+10
| | | | in the input files.
* *** empty log message ***bala1999-06-251-0/+6
|
* *** empty log message ***bala1999-06-252-0/+18
|
* *** empty log message ***schmidt1999-06-251-29/+28
|
* ChangeLogTag:Fri Jun 25 14:28:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-254-4/+17
|
* *** empty log message ***Ossama Othman1999-06-251-0/+9
|