Socket: Make SocketProtocol::close() non-const (at least all other virtuals need...
[senf.git] / Socket / Protocols / INet / TCPSocketProtocol.hh
index 232d38a..cca471e 100644 (file)
@@ -24,8 +24,8 @@
     \brief TCPSocketProtocol public header
  */
 
-#ifndef HH_TCPSocketProtocol_
-#define HH_TCPSocketProtocol_ 1
+#ifndef HH_SENF_Socket_Protocols_INet_TCPSocketProtocol_
+#define HH_SENF_Socket_Protocols_INet_TCPSocketProtocol_ 1
 
 // Custom includes
 #include "../../../Socket/SocketProtocol.hh"
@@ -66,6 +66,7 @@ namespace senf {
         ///\name Abstract Interface Implementation
         ///@{
 
+        void close();
         unsigned available() const;
         bool eof() const;