X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.cc;h=0cc9b79cff40146b9028a03d3a87d265087d2036;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=c482e6db641edbdce1dc5a67faf9179f427b7715;hpb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;p=senf.git diff --git a/Socket/FileHandle.cc b/Socket/FileHandle.cc index c482e6d..0cc9b79 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 @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief senf::FileHandle non-inline non-template implementation + \brief FileHandle non-inline non-template implementation */ #include "FileHandle.hh" @@ -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: