X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketPolicy.test.hh;h=653bae5848a777fedace64cfafaf4d27c9fe2249;hb=9a988902090d28007578e93bffd809f6bd913155;hp=418707b4884d0056c5c8f567e3e1bc4ff90f3380;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/SocketPolicy.test.hh b/Socket/SocketPolicy.test.hh index 418707b..653bae5 100644 --- a/Socket/SocketPolicy.test.hh +++ b/Socket/SocketPolicy.test.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -37,7 +37,7 @@ namespace test { struct SomeAddressingPolicy : public senf::AddressingPolicyBase { typedef unsigned Address; - + static void peer(FileHandle handle, unsigned & addr) { addr=1; } static void local(FileHandle, unsigned & addr) @@ -91,7 +91,7 @@ namespace test { return write(handle,buffer,size); } }; - + struct SomeBufferingPolicy : public senf::BufferingPolicyBase { static unsigned rcvbuf(FileHandle handle) @@ -126,5 +126,8 @@ namespace test { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: