diff options
author | Pixel <Pixel> | 2001-11-14 22:25:39 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-14 22:25:39 +0000 |
commit | 8694409f2a5531e9f3263e8a42248a3ca91ac14f (patch) | |
tree | b1bba533d7ee9f66b8f470851ff534beac97a7d6 /include/Socket.h | |
parent | aa92df3c58daefb994da555fb45f2e3ee55f38d5 (diff) |
More advances....
Diffstat (limited to 'include/Socket.h')
-rw-r--r-- | include/Socket.h | 2 |
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 &); |