Public Member Functions | |
| TAO_Synchronous_Cancellation_Required (void) | |
| ~TAO_Synchronous_Cancellation_Required (void) | |
Private Attributes | |
| int | old_type_ |
|
|
Definition at line 446 of file Stub.cpp. References old_type_, and ACE_OS::thr_setcanceltype().
00447 : old_type_ (0) 00448 { 00449 #if !defined (VXWORKS) 00450 ACE_OS::thr_setcanceltype (THR_CANCEL_DEFERRED, &old_type_); 00451 #endif /* ! VXWORKS */ 00452 } |
|
|
Definition at line 454 of file Stub.cpp. References old_type_, and ACE_OS::thr_setcanceltype().
00455 {
00456 #if !defined (VXWORKS)
00457 int dont_care;
00458 ACE_OS::thr_setcanceltype(old_type_, &dont_care);
00459 #endif /* ! VXWORKS */
00460 }
|
|
|
Definition at line 462 of file Stub.cpp. Referenced by TAO_Synchronous_Cancellation_Required(), and ~TAO_Synchronous_Cancellation_Required(). |
1.3.6