#include <Servant_Upcall.h>
Public Types | |
| NO_ACTION_REQUIRED | |
| PRIORITY_RESET_REQUIRED | |
| 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. | |
Definition at line 71 of file Servant_Upcall.h.
Definition at line 77 of file Servant_Upcall.h.
00078 { 00079 NO_ACTION_REQUIRED, 00080 PRIORITY_RESET_REQUIRED 00081 };
| TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State::Pre_Invoke_State | ( | void | ) |
Constructor.
Definition at line 204 of file Servant_Upcall.cpp.
00205 : state_ (NO_ACTION_REQUIRED), 00206 original_native_priority_ (0), 00207 original_CORBA_priority_ (0) 00208 { 00209 }
Indicates whether the priority of the thread needs to be reset back to its original value.
Definition at line 85 of file Servant_Upcall.h.
1.4.7