From 2e5bed84841f33ff28dd95b77b555720c875a286 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 29 Oct 2001 15:44:12 +0000 Subject: Beginning task manager --- include/HttpServ.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/HttpServ.h') diff --git a/include/HttpServ.h b/include/HttpServ.h index 71dc4eb..d4ef60c 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -4,9 +4,9 @@ #include "Socket.h" #include "String.h" -#include "Exceptions.h" #include "Variables.h" #include "Action.h" +#include "Exceptions.h" /* * La classe HttpServ. Le constructueur (int, const String &) indique le port @@ -23,7 +23,7 @@ class HttpServ : public Base { void MainLoop(Action *); private: String GetMime(const String &); - void ProcessRequest(Action *); + void ProcessRequest(Action *, Socket); bool ParseUri(String &, String &, Socket &); void ParseVars(Socket &, int); void ShowError(Socket &); -- cgit v1.2.3