update comment

This commit is contained in:
Glenn Maynard
2006-12-13 22:30:35 +00:00
parent 5bfc731036
commit 4418f202f4
+1 -2
View File
@@ -347,8 +347,7 @@ static bool PortableSignalObjectAndWait( HANDLE hObjectToSignal, HANDLE hObjectT
}
}
/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html.
* pTimeout is not currently implemented. */
/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html. */
bool EventImpl_Win32::Wait( RageTimer *pTimeout )
{
EnterCriticalSection( &m_iNumWaitingLock );