MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Wait

Method Wait

source/sound.cpp:95–100  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

93}
94//---------------------------------------------------------------------------
95void __fastcall TSound::Wait(DWORD msec)
96{
97 DWORD tc = GetTickCount();
98 while( ! Terminated && GetTickCount()-tc < msec )
99 Sleep(1);
100}
101//--------------------------------------------------------------------
102bool TSound::AddToQueue(TSoundQueueItem * p)
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected