summaryrefslogtreecommitdiffstats
path: root/raul/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Socket.hpp')
-rw-r--r--raul/Socket.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/raul/Socket.hpp b/raul/Socket.hpp
index 470527f..307aab7 100644
--- a/raul/Socket.hpp
+++ b/raul/Socket.hpp
@@ -53,6 +53,9 @@ public:
socklen_t addr_len,
int fd);
+ Socket(const Socket&) = delete;
+ Socket& operator=(const Socket&) = delete;
+
~Socket();
/** Bind a server socket to an address.