- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / FileHandle.cc
index bdc4eca..9110b6b 100644 (file)
@@ -33,7 +33,7 @@
 #include <string.h>
 #include <errno.h>
 #include <fcntl.h>
-#include "Utils/Exception.hh"
+#include "../Utils/Exception.hh"
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
@@ -112,4 +112,6 @@ prefix_ bool senf::FileBody::pollCheck(int fd, bool incoming, bool block)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: