#ifndef EVENT_SEM_CLASS
#define EVENT_SEM_CLASS
#define INCL_DOSSEMAPHORES
#include <os2.h>
class event {
HEV handle;
public:
event( const char* name );
static void post( const char* name );
};
#endif
/* End of File */