diff options
author | Pixel <Pixel> | 2001-10-29 17:12:20 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-10-29 17:12:20 +0000 |
commit | e5057005049b11af44cb804118f95370f03ab32c (patch) | |
tree | 3bba56312c3791f5046f37ee4411945d268760b7 /include/HttpServ.h | |
parent | a259ec553a1d685ebb976ec34eaaf700d24ee0c4 (diff) |
Going out, commiting...
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r-- | include/HttpServ.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |