Socket: Move shutdown from SocketProtocol::close() to INetSocketProtocol::close()
[senf.git] / Socket / Protocols / INet / TCPSocketProtocol.hh
index d11578c..91021a0 100644 (file)
@@ -66,6 +66,7 @@ namespace senf {
         ///\name Abstract Interface Implementation
         ///@{
 
+        void close() const;
         unsigned available() const;
         bool eof() const;