summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Socket.h1
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);