Boost logo

Boost Users :

From: Raffaele Romito (berserker_r_at_[hidden])
Date: 2005-12-06 05:07:49


Hi, I need to implement an Event class around (I suppose) boost::condition.
The class needs the follow interface

class Event
{
public:
Event();
~Event();

public:
void reset();
void signal();
void wait(unsigned int ms = 0); // 0 = infinite
};

Any advice?
Thanks


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net