X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.cc;h=9110b6b578f8929c56c0a7986fcff08cb8671393;hb=41fe0d795abca302db24e7a955df6ef15ffed722;hp=bdc4eca5a49c8c288bbedca9bf829859f158ad25;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/FileHandle.cc b/Socket/FileHandle.cc index bdc4eca..9110b6b 100644 --- a/Socket/FileHandle.cc +++ b/Socket/FileHandle.cc @@ -33,7 +33,7 @@ #include #include #include -#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: