X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FAddressingPolicy.hh;h=825c2453d8cdd9a98bf5e5d5aa36392ac453cc76;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=b932456fe4cea36d4cdcedb8fd5d19f2cf00dd35;hpb=d0006132bfcb3ab442cf66b600ed3fad36f1ac2c;p=senf.git diff --git a/Socket/AddressingPolicy.hh b/Socket/AddressingPolicy.hh index b932456..825c245 100644 --- a/Socket/AddressingPolicy.hh +++ b/Socket/AddressingPolicy.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -40,10 +40,10 @@ namespace senf { /** \brief AddressingPolicy for non-addressable sockets - This is different from UndefinedAddressingPolicy (which is the - same as AddressingPolicyBase). This policy class defines the - addressing -- it explicitly states, that the socket does not - support any addressing. + This is different from UndefinedAddressingPolicy (which is the + same as AddressingPolicyBase). This policy class defines the + addressing -- it explicitly states, that the socket does not + support any addressing. */ struct NoAddressingPolicy : public AddressingPolicyBase {}; @@ -61,5 +61,10 @@ namespace senf { // 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: