summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h
index 5860dd7..a51a16e 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -9,14 +9,6 @@
#include <Task.h>
#include <Exceptions.h>
-/*
- * La classe HttpServ. Le constructueur (int, const String &) indique le port
- * et le nom du serveur à indiquer dans les entetes HTTP.
- *
- * Une fois lance, il suffit de lancer MainLoop en indiquant le menu principal,
- * qui est obligatoirement statique et doit posseder l'url /bin/start.
- */
-
class HttpServ : public Task {
public:
HttpServ(Action *, int = 1500, const String & = String("GruiK Server v0.1")) throw (GeneralException);