----------------------- PlaylistSystem::c-tor
| 17 | // PlaylistSystem::c-tor |
| 18 | // |
| 19 | PlaylistSystem::PlaylistSystem() |
| 20 | { |
| 21 | DeclareDependents<fw::AudioSourceSystem::State>(); // update before track changes |
| 22 | } |
| 23 | |
| 24 | //------------------------- |
| 25 | // PlaylistSystem::Process |
nothing calls this directly
no outgoing calls
no test coverage detected