From fefe20351d0720683990b666584b6879c90bd37d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:58:10 +0200 Subject: 1.19 --- library/statusHandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/statusHandler.h') diff --git a/library/statusHandler.h b/library/statusHandler.h index 18d9f129..fe64f3cd 100644 --- a/library/statusHandler.h +++ b/library/statusHandler.h @@ -54,7 +54,7 @@ public: virtual void forceUiRefresh() = 0; void requestUiRefresh(bool allowAbort = true); //opportunity to abort must be implemented in a frequently executed method like requestUiRefresh() - void requestAbortion(); //does NOT call abortThisProcess immediately, but when appropriate (e.g. async. processes finished) + void requestAbortion(); //this does NOT call abortThisProcess immediately, but when appropriate (e.g. async. processes finished) bool abortIsRequested(); @@ -63,7 +63,7 @@ public: virtual void reportFatalError(const Zstring& errorMessage) = 0; //non-recoverable error situation, implement abort! virtual void reportWarning(const Zstring& warningMessage, bool& dontShowAgain) = 0; -protected: +private: virtual void abortThisProcess() = 0; bool abortRequested; -- cgit