implement RageEvent::Wait timeouts

This commit is contained in:
Glenn Maynard
2005-01-26 20:59:41 +00:00
parent 4757f00aba
commit 63604a6536
7 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
EventImpl_Win32( MutexImpl_Win32 *pParent );
~EventImpl_Win32();
void Wait();
bool Wait( RageTimer *pTimeout );
void Signal();
void Broadcast();