---------------------------------------------------------------------------
| 166 | } |
| 167 | //--------------------------------------------------------------------------- |
| 168 | bool __fastcall TSound::ReadBusy(void) |
| 169 | { |
| 170 | return ! IsSilence(); |
| 171 | } |
| 172 | //--------------------------------------------------------------------------- |
| 173 | bool __fastcall TSound::ReadAlmostFree(void) |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected