#include <Token.h>
Inheritance diagram for ACE_Noop_Token:
Public Types | |
enum | QUEUEING_STRATEGY { FIFO = -1, LIFO = 0 } |
Queueing strategy. More... | |
Public Member Functions | |
int | queueing_strategy (void) |
Get queueing strategy. | |
void | queueing_strategy (int queueing_strategy) |
Set queueing strategy. | |
int | renew (int=0, ACE_Time_Value *=0) |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Queueing strategy.
Definition at line 347 of file Token.h.
|
|
Dump the state of an object.
Reimplemented from ACE_Null_Mutex. Definition at line 171 of file Token.inl.
00172 { 00173 } |
|
Set queueing strategy.
Definition at line 160 of file Token.inl.
00161 { 00162 } |
|
Get queueing strategy.
Definition at line 154 of file Token.inl.
00155 {
00156 return -1;
00157 }
|
|
Definition at line 165 of file Token.inl.
00166 {
00167 return 0;
00168 }
|
|
Declare the dynamic allocation hooks.
|