]> git.tdb.fi Git - libs/net.git/blobdiff - source/socket.h
Remove the close method from Socket, making it more RAII
[libs/net.git] / source / socket.h
index c2c17f07dc2d2f42611bbb818bbf45c920c6c04f..dbe31512a6f677eeed424d3a12748a50d8fc87eb 100644 (file)
@@ -45,9 +45,6 @@ public:
        type. */
        virtual int connect(const SockAddr &) = 0;
 
-       /// Closes the socket.  Most operations will throw an exception after this.
-       void close();
-
        void set_timeout(const Time::TimeDelta &);
        const SockAddr &get_local_address() const;
        const SockAddr &get_peer_address() const;