summaryrefslogtreecommitdiffstats
path: root/include/raul/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Socket.hpp')
-rw-r--r--include/raul/Socket.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/raul/Socket.hpp b/include/raul/Socket.hpp
index db51645..28a3c3a 100644
--- a/include/raul/Socket.hpp
+++ b/include/raul/Socket.hpp
@@ -35,11 +35,10 @@ public:
/// Wrap an existing open socket
Socket(Type t, std::string uri, sockaddr* addr, socklen_t addr_len, int fd);
- Socket(const Socket&) = delete;
+ Socket(const Socket&) = delete;
Socket& operator=(const Socket&) = delete;
-
- Socket(Socket&&) = delete;
- Socket& operator=(Socket&&) = delete;
+ Socket(Socket&&) = delete;
+ Socket& operator=(Socket&&) = delete;
~Socket();