From e5057005049b11af44cb804118f95370f03ab32c Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 29 Oct 2001 17:12:20 +0000 Subject: Going out, commiting... --- include/HttpServ.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/HttpServ.h') diff --git a/include/HttpServ.h b/include/HttpServ.h index d4ef60c..dc89104 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -24,11 +24,11 @@ class HttpServ : public Base { private: String GetMime(const String &); void ProcessRequest(Action *, Socket); - bool ParseUri(String &, String &, Socket &); - void ParseVars(Socket &, int); - void ShowError(Socket &); - void SendHeads(Socket &, const String &); - void SendRedirect(Socket &); + bool ParseUri(String &, String &, Handle &); + void ParseVars(Handle &, int); + void ShowError(Handle &); + void SendHeads(Handle &, const String &); + void SendRedirect(Handle &); String name; Socket Listener; Variables * Vars; -- cgit v1.2.3