summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-01 00:45:34 +0000
committerPixel <Pixel>2002-06-01 00:45:34 +0000
commit6be21a3b278d3bb3f8ac4176f923d42dfb9b1e12 (patch)
tree885d79500dfa392e950dba743aa13f1433174151 /include/HttpServ.h
parent718469e240675b161006ee4f2d5d52de9ad14f2f (diff)
gcc-3.0.1 fixing.
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h2
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;