]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/socket.h
Implement the required virtual functions in Socket
[libs/net.git] / source / net / socket.h
index 1f60f9bb2276942ce31e7eaf69612e4e67641f02..fe5c605049f84ab8396e11f49d0ceda1a3fe032c 100644 (file)
@@ -42,6 +42,8 @@ public:
        ~Socket();
 
        virtual void set_block(bool);
+       virtual void set_inherit(bool);
+       const IO::Handle &get_handle(IO::Mode);
        virtual const IO::Handle &get_event_handle();
 
        /** Associates the socket with a local address.  There must be no existing