summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h
index 51511b2..564e24d 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -23,8 +23,10 @@ class HttpServ : public Task {
~HttpServ() {}
void SetMenu(Action *);
virtual String GetName();
+
protected:
virtual int Do();
+
private:
Socket Listener;
Action * p;