6 Dec
2005
6 Dec
'05
10:07 a.m.
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
6918
Age (days ago)
6918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raffaele Romito