summaryrefslogtreecommitdiff
path: root/include/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Task.h')
-rw-r--r--include/Task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Task.h b/include/Task.h
index 503e0df..b727cbe 100644
--- a/include/Task.h
+++ b/include/Task.h
@@ -30,6 +30,7 @@ class Task : public Base {
void Stop();
void Restart();
bool IsStopped();
+
protected:
virtual int Do() throw (GeneralException);
int current;