#include <Token.h>
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. |
ACE_END_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_Noop_Token::queueing_strategy | ( | void | ) |
Get queueing strategy.
ACE_INLINE void ACE_Noop_Token::queueing_strategy | ( | int | queueing_strategy | ) |
Set queueing strategy.
ACE_INLINE int ACE_Noop_Token::renew | ( | int | = 0 , |
|
ACE_Time_Value * | = 0 | |||
) |
ACE_INLINE void ACE_Noop_Token::dump | ( | void | ) | const |
Declare the dynamic allocation hooks.