- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / SocketHandle.cci
index 8adbd5f..a465f19 100644 (file)
@@ -27,7 +27,7 @@
 #include "SocketHandle.ih"
 
 // Custom includes
-#include "Utils/Exception.hh"
+#include "../Utils/Exception.hh"
 #include "SocketProtocol.hh"
 
 #define prefix_ inline
@@ -80,4 +80,6 @@ prefix_ senf::detail::ConvertibleString::ConvertibleString(bool v)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: