summaryrefslogtreecommitdiff
path: root/include/Socket.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-14 22:25:39 +0000
committerPixel <Pixel>2001-11-14 22:25:39 +0000
commit8694409f2a5531e9f3263e8a42248a3ca91ac14f (patch)
treeb1bba533d7ee9f66b8f470851ff534beac97a7d6 /include/Socket.h
parentaa92df3c58daefb994da555fb45f2e3ee55f38d5 (diff)
More advances....
Diffstat (limited to 'include/Socket.h')
-rw-r--r--include/Socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Socket.h b/include/Socket.h
index 9d70205..6bd612c 100644
--- a/include/Socket.h
+++ b/include/Socket.h
@@ -36,7 +36,7 @@ class Socket : public Handle {
bool SetLocal(String, int = 0);
bool Connect(String, int);
bool Listen();
- Socket Accept();
+ Socket Accept() throw (GeneralException);
bool IsConnected();
bool IsListening();
size_t WriteFile(Output &);