#include <ace/Synch.h>
class ACE_Manual_Event : public ACE_Event {
public:
ACE_Manual_Event ( int initial_state = 0, int type = USYNC_THREAD, LPCTSTR name = 0, void *arg = 0 );
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
};
ACE_Manual_Event (
int initial_state = 0,
int type = USYNC_THREAD,
LPCTSTR name = 0,
void *arg = 0
);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;