#include <Local_Tokens.h>
Inheritance diagram for ACE_Null_Token:
Public Methods | |
virtual int | acquire (int=0, void(*)(void *)=0, ACE_Synch_Options &=ACE_Synch_Options::defaults) |
Acquire. | |
virtual int | renew (int=-1, ACE_Synch_Options &=ACE_Synch_Options::defaults) |
Renew. | |
virtual int | tryacquire (void(*)(void *)=0) |
Try acquire. | |
virtual int | release (ACE_Synch_Options &=ACE_Synch_Options::defaults) |
Release. | |
virtual int | remove (ACE_Synch_Options &=ACE_Synch_Options::defaults) |
Remove. | |
virtual ACE_Token_Proxy * | clone (void) const |
Return a dynamically allocated clone of the derived class. | |
void | dump (void) const |
Dump the state of the class. | |
virtual ACE_Tokens * | create_token (const ACE_TCHAR *) |
Do not allow the Token Manager to create us. |
|
Acquire.
Reimplemented from ACE_Token_Proxy. |
|
Return a dynamically allocated clone of the derived class.
Implements ACE_Token_Proxy. |
|
Do not allow the Token Manager to create us.
Implements ACE_Token_Proxy. |
|
Dump the state of the class.
Reimplemented from ACE_Token_Proxy. |
|
Release.
Reimplemented from ACE_Token_Proxy. |
|
Remove.
Reimplemented from ACE_Token_Proxy. |
|
Renew.
Reimplemented from ACE_Token_Proxy. |
|
Try acquire.
Reimplemented from ACE_Token_Proxy. |