---------------------------------------------------------------------------
| 151 | } |
| 152 | //--------------------------------------------------------------------------- |
| 153 | void TSound::Stop(void) |
| 154 | { |
| 155 | EnterCriticalSection( &busy ); |
| 156 | QueueSize = 0; |
| 157 | LeaveCriticalSection( &busy ); |
| 158 | } |
| 159 | //--------------------------------------------------------------------------- |
| 160 | bool TSound::Play(AnsiString File, int Count) |
| 161 | { |
no outgoing calls
no test coverage detected