Removed TimedWait from cEvent.
Unsupported on MacOS.
This commit is contained in:
@@ -19,22 +19,12 @@
|
||||
class cEvent
|
||||
{
|
||||
public:
|
||||
enum eWaitResult
|
||||
{
|
||||
wrSignalled,
|
||||
wrTimeout,
|
||||
wrError,
|
||||
} ;
|
||||
|
||||
cEvent(void);
|
||||
~cEvent();
|
||||
|
||||
void Wait(void);
|
||||
void Set (void);
|
||||
|
||||
/// Waits for the semaphore with a timeout
|
||||
eWaitResult Wait(int a_TimeoutMilliSec);
|
||||
|
||||
private:
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user