Merge pull request #1554 from proller/patch-1

virtual ServerApplication::waitForTerminationRequest
This commit is contained in:
Günter Obiltschnig 2017-01-11 19:20:11 +01:00 committed by GitHub
commit 2829032bba

View File

@ -163,7 +163,7 @@ public:
protected:
int run();
void waitForTerminationRequest();
virtual void waitForTerminationRequest();
#if !defined(_WIN32_WCE)
void defineOptions(OptionSet& options);
#endif