- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / SocketHandle.cti
index 46a1df8..aa618bc 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include <typeinfo>
 #include <boost/lexical_cast.hpp>
-#include "Utils/TypeInfo.hh"
+#include "../Utils/TypeInfo.hh"
 
 #define prefix_ inline
 ///////////////////////////////cti.p///////////////////////////////////////
@@ -200,4 +200,5 @@ prefix_ senf::detail::ConvertibleString::ConvertibleString(T const & other)
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: