From 692672cd414addadfe666904c10d4492a7fcbe17 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 10 Jan 2002 13:58:45 +0000 Subject: Socket constructor fix. --- include/Socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Socket.h b/include/Socket.h index 45dfa2b..203b399 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -11,6 +11,7 @@ class Socket : public Handle { public: Socket() throw (GeneralException); + Socket(const Socket &); virtual ~Socket() {} bool SetLocal(const String &, int = 0); bool Connect(const String &, int); -- cgit v1.2.3