NAME

ACE_Noop_Token

SYNOPSIS

#include <ace/Synch.h>

class ACE_Noop_Token : public ACE_Null_Mutex { public: int renew (int = 0, ACE_Time_Value * =0); void dump (void) const; ACE_ALLOC_HOOK_DECLARE; };

DESCRIPTION

Wrappers for various synchronization routines.

PUBLIC MEMBERS

int renew (int = 0, ACE_Time_Value * =0);

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

AUTHOR

Doug Schmidt

LIBRARY

ace