#include <Synch.h>
Inheritance diagram for ACE_Noop_Token:


Public Types | |
| enum | QUEUEING_STRATEGY { FIFO = -1, LIFO = 0 } |
| Queueing strategy. More... | |
Public Methods | |
| int | queueing_strategy (void) |
| Get queueing strategy. More... | |
| void | queueing_strategy (int queueing_strategy) |
| Set queueing strategy. More... | |
| int | renew (int=0, ACE_Time_Value *=0) |
| void | dump (void) const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
|
|
Queueing strategy.
Definition at line 690 of file Synch.h.
|
|
|
Dump the state of an object.
Reimplemented from ACE_Null_Mutex. Reimplemented in ACE_Select_Reactor_Token_T< ACE_SELECT_TOKEN >. Definition at line 855 of file Synch.i.
00856 {
00857 }
|
|
|
Set queueing strategy.
Definition at line 844 of file Synch.i.
00845 {
00846 }
|
|
|
Get queueing strategy.
Definition at line 838 of file Synch.i.
00839 {
00840 return -1;
00841 }
|
|
||||||||||||
|
Definition at line 849 of file Synch.i.
00850 {
00851 return 0;
00852 }
|
|
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Null_Mutex. Reimplemented in ACE_Select_Reactor_Token_T< ACE_SELECT_TOKEN >. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002