diff options
author | Pixel <Pixel> | 2002-06-01 00:45:34 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-01 00:45:34 +0000 |
commit | 6be21a3b278d3bb3f8ac4176f923d42dfb9b1e12 (patch) | |
tree | 885d79500dfa392e950dba743aa13f1433174151 /include/HttpServ.h | |
parent | 718469e240675b161006ee4f2d5d52de9ad14f2f (diff) |
gcc-3.0.1 fixing.
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r-- | include/HttpServ.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h index a51a16e..7d63517 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -17,7 +17,7 @@ class HttpServ : public Task { virtual String GetName(); protected: - virtual int Do(); + virtual int Do() throw (GeneralException); private: Socket Listener; |