TAO_PortableServer
2.1.0
|
This struct keeps track of state related to pre- and post-invoke operations. More...
#include <Servant_Upcall.h>
Public Types | |
enum | State { NO_ACTION_REQUIRED, PRIORITY_RESET_REQUIRED } |
Public Member Functions | |
Pre_Invoke_State (void) | |
Constructor. | |
Public Attributes | |
State | state_ |
CORBA::Short | original_native_priority_ |
Original native priority of the thread. | |
CORBA::Short | original_CORBA_priority_ |
Original CORBA priority of the thread. |
This struct keeps track of state related to pre- and post-invoke operations.
Constructor.
Original CORBA priority of the thread.
Original native priority of the thread.
Indicates whether the priority of the thread needs to be reset back to its original value.