Added InfoPage implementation

This commit is contained in:
Andre Jochems
2015-11-25 10:21:12 +01:00
parent 93b1e17402
commit eb5c432b9f
20 changed files with 825 additions and 20 deletions

View File

@@ -292,12 +292,14 @@ int main(int argc, char *argv[])
threadGroup.interrupt_all();
threadGroup.join_all();
Shutdown();
pollShutdownTimer->stop();
}
else
{
threadGroup.interrupt_all();
threadGroup.join_all();
Shutdown();
pollShutdownTimer->stop();
return 1;
}
} catch (std::exception& e) {