--------------------------------------------------------------------------- ---------------------------------------------------------------------------
| 40 | // |
| 41 | //--------------------------------------------------------------------------- |
| 42 | __fastcall TSound::TSound(bool CreateSuspended) : |
| 43 | TThread(CreateSuspended) |
| 44 | { |
| 45 | QueueSize = 0; |
| 46 | InitializeCriticalSection( &busy ); |
| 47 | } |
| 48 | //--------------------------------------------------------------------------- |
| 49 | __fastcall TSound::~TSound(void) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected