TAO 3.1.4
|
: Magic class that sets the status of the thread in the TSS. More...
#include <Nested_Upcall_Guard.h>
Public Member Functions | |
Nested_Upcall_Guard (TAO_Transport *t, bool enable=true) | |
~Nested_Upcall_Guard () | |
Private Member Functions | |
Nested_Upcall_Guard () | |
Nested_Upcall_Guard (const Nested_Upcall_Guard &)=delete | |
Nested_Upcall_Guard & | operator= (const Nested_Upcall_Guard &)=delete |
Nested_Upcall_Guard (Nested_Upcall_Guard &&)=delete | |
Nested_Upcall_Guard & | operator= (Nested_Upcall_Guard &&)=delete |
Private Attributes | |
TAO_Transport * | t_ |
Pointer to the transport that we plan to use. | |
bool | enable_ |
A flag to support conditional waiting in the LF_Connect_Strategy. | |
: Magic class that sets the status of the thread in the TSS.
This class was originally internal to the Wait_On_LF_NoUpcall implementation, but now it needs to be shared with the LF Connect wait as well.
|
inlineexplicit |
|
inline |
|
private |
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
private |
A flag to support conditional waiting in the LF_Connect_Strategy.
|
private |
Pointer to the transport that we plan to use.