class Poco::EventImpl
#include <Event_POSIX.h> class EventImpl { protected: // construction EventImpl(bool autoReset); // methods void setImpl(); void waitImpl(); bool waitImpl(long milliseconds); void resetImpl(); }; // direct descendants class Event;