| 23 | // -------------------------------------------------------------------------------------------------------------------- |
| 24 | |
| 25 | Delay::Delay() |
| 26 | : mCursor(0) |
| 27 | , mReadCursor(0) |
| 28 | {} |
| 29 | |
| 30 | Delay::Delay(int delay, |
| 31 | int frameSize) |
nothing calls this directly
no outgoing calls
no test coverage detected