]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/clientsocket.h
Implement an asynchronous name resolver class
[libs/net.git] / source / net / clientsocket.h
index db684f4a5d32dc99ae873379eccc58eaea2df15a..0b570cd7afa634357274d620a5b8980d22f025f9 100644 (file)
@@ -38,6 +38,8 @@ public:
        bool is_connecting() const { return connecting; }
        bool is_connected() const { return connected; }
 
+       void shutdown(IO::Mode);
+
        const SockAddr &get_peer_address() const;
 protected:
        virtual unsigned do_write(const char *, unsigned);