From a80be25c920a657b7be596ee9f42d2d2f8f0c5dc Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 5 Sep 2013 15:22:16 +0200 Subject: Removed TimedWait from cEvent. Unsupported on MacOS. --- source/OSSupport/Event.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/OSSupport/Event.h') diff --git a/source/OSSupport/Event.h b/source/OSSupport/Event.h index 803d73b7e..71f418c0c 100644 --- a/source/OSSupport/Event.h +++ b/source/OSSupport/Event.h @@ -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 -- cgit v1.2.3