X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.cc;h=9110b6b578f8929c56c0a7986fcff08cb8671393;hb=81447258e6ecc9b5d9434fa5a7d382684179c7ab;hp=3e6b0237a550b84eb3e96363d12b178ea4552d4b;hpb=d0006132bfcb3ab442cf66b600ed3fad36f1ac2c;p=senf.git diff --git a/Socket/FileHandle.cc b/Socket/FileHandle.cc index 3e6b023..9110b6b 100644 --- a/Socket/FileHandle.cc +++ b/Socket/FileHandle.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -33,7 +33,7 @@ #include #include #include -#include "Utils/Exception.hh" +#include "../Utils/Exception.hh" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -108,5 +108,10 @@ prefix_ bool senf::FileBody::pollCheck(int fd, bool incoming, bool block) // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: