From 8694409f2a5531e9f3263e8a42248a3ca91ac14f Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 14 Nov 2001 22:25:39 +0000 Subject: More advances.... --- include/Socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Socket.h') 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 &); -- cgit v1.2.3