X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FTCPProtocol.cc;h=57ffef896800f700435d69589e6998e35414995e;hb=78c1f45585a8d7aecd3c29074f2733a3f6968396;hp=4fe5678ee16c0c0557695622e5488b67453e5e51;hpb=a4911c1fd3f53dc2a7bda6c1d2b00bdc4b864cff;p=senf.git diff --git a/Socket/TCPProtocol.cc b/Socket/TCPProtocol.cc index 4fe5678..57ffef8 100644 --- a/Socket/TCPProtocol.cc +++ b/Socket/TCPProtocol.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -95,5 +95,10 @@ prefix_ bool senf::TCPProtocol::eof() // 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: