diff options
author | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
commit | e4075153def021c3405accb19ffcdc3247d98807 (patch) | |
tree | dc7085d969af2dd121f22619d6c453c4bd7a41a9 /include/HttpServ.h | |
parent | 37989e882eaa805662dd0e260eb293c939e082b7 (diff) |
Comments and so...
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r-- | include/HttpServ.h | 8 |
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); |