add limits to places where offsets to avoid some syntax problems. Rename grooveplayer class to avoid conflict with official libgroove class. Add admin event. Write start of event loop that picks initial song.

This commit is contained in:
Kevin Whitaker
2017-02-01 22:13:40 -05:00
parent a38258a883
commit 685d1828ad
3 changed files with 50 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ int main ( int argc, char** argv )
server.addEntryPoint(Wt::Application, createApplication);
if(server.start())
{
GroovePlayer::getInstance();
GroovePlayerMgr::getInstance();
int sig = Wt::WServer::waitForShutdown(argv[0]);
server.stop();
}