Socket/Protocols/INet: Extend INet6SocketAddress syntax to support more flexible...
[senf.git] / Console / Server.ih
index bffdacb..eabef7e 100644 (file)
@@ -55,6 +55,8 @@ namespace detail {
 
         NonblockingSocketSink(Client & client);
         std::streamsize write(const char * s, std::streamsize n);
+
+        Client & client() const;
         
     private:
         Client & client_;