NAME

ACE_Auto_Event - Auto Events.

SYNOPSIS

#include <ace/Synch.h>

class ACE_Auto_Event : public ACE_Event { public: ACE_Auto_Event ( int initial_state = 0, int type = USYNC_THREAD, LPCTSTR name = 0, void *arg = 0 ); void dump (void) const; ACE_ALLOC_HOOK_DECLARE; };

DESCRIPTION

Wrappers for various synchronization routines.

PUBLIC MEMBERS

ACE_Auto_Event (
    int initial_state = 0,
    int type = USYNC_THREAD,
    LPCTSTR name = 0,
    void *arg = 0
    );

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

AUTHOR

Doug Schmidt

LIBRARY

ace