TAO_Synchronous_Cancellation_Required Class Reference

List of all members.

Public Member Functions

 TAO_Synchronous_Cancellation_Required (void)
 ~TAO_Synchronous_Cancellation_Required (void)

Private Attributes

int old_type_

Constructor & Destructor Documentation

TAO_Synchronous_Cancellation_Required::TAO_Synchronous_Cancellation_Required void   )  [inline]
 

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   }

TAO_Synchronous_Cancellation_Required::~TAO_Synchronous_Cancellation_Required void   )  [inline]
 

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   }


Member Data Documentation

int TAO_Synchronous_Cancellation_Required::old_type_ [private]
 

Definition at line 462 of file Stub.cpp.

Referenced by TAO_Synchronous_Cancellation_Required(), and ~TAO_Synchronous_Cancellation_Required().


The documentation for this class was generated from the following file:
Generated on Thu Nov 9 12:23:49 2006 for TAO by doxygen 1.3.6