ACE_Noop_Token Class Reference

#include <Token.h>

Inheritance diagram for ACE_Noop_Token:

Inheritance graph
[legend]
Collaboration diagram for ACE_Noop_Token:

Collaboration graph
[legend]
List of all members.

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.


Member Enumeration Documentation

enum ACE_Noop_Token::QUEUEING_STRATEGY
 

Queueing strategy.

Enumeration values:
FIFO 
LIFO 

Definition at line 347 of file Token.h.

00348   {
00349     FIFO = -1,
00350     LIFO = 0
00351   };


Member Function Documentation

ACE_INLINE void ACE_Noop_Token::dump void   )  const
 

Dump the state of an object.

Reimplemented from ACE_Null_Mutex.

Reimplemented in ACE_Reactor_Token_T< ACE_DEV_POLL_TOKEN >.

Definition at line 171 of file Token.inl.

00172 {
00173 }

ACE_INLINE void ACE_Noop_Token::queueing_strategy int  queueing_strategy  ) 
 

Set queueing strategy.

Definition at line 160 of file Token.inl.

00161 {
00162 }

ACE_END_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_Noop_Token::queueing_strategy void   ) 
 

Get queueing strategy.

Definition at line 154 of file Token.inl.

00155 {
00156   return -1;
00157 }

ACE_INLINE int ACE_Noop_Token::renew int  = 0,
ACE_Time_Value = 0
 

Definition at line 165 of file Token.inl.

00166 {
00167   return 0;
00168 }


Member Data Documentation

ACE_Noop_Token::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented in ACE_Reactor_Token_T< ACE_DEV_POLL_TOKEN >.

Definition at line 365 of file Token.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:25:50 2006 for ACE by doxygen 1.3.6