diff options
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 &); |