diff options
author | Pixel <Pixel> | 2002-01-10 13:58:45 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-01-10 13:58:45 +0000 |
commit | 692672cd414addadfe666904c10d4492a7fcbe17 (patch) | |
tree | 0f045a94ce524b06772b90f064663fbb7f83d727 /include | |
parent | e0bc4e1a1263eaeaeeeacd306eee6cf01aa9e87c (diff) |
Socket constructor fix.
Diffstat (limited to 'include')
-rw-r--r-- | include/Socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |