#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;
};
int renew (int = 0, ACE_Time_Value * =0);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;