X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FTCPProtocol.cc;h=4dbb56da51d340b2c04af1cfdd540041caf87584;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=4fe5678ee16c0c0557695622e5488b67453e5e51;hpb=a4911c1fd3f53dc2a7bda6c1d2b00bdc4b864cff;p=senf.git diff --git a/Socket/TCPProtocol.cc b/Socket/TCPProtocol.cc index 4fe5678..4dbb56d 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,9 @@ 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" // End: