X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FAddressingPolicy.hh;h=34580cfebfd806bac2382c7da1a2987e913bb93d;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=b932456fe4cea36d4cdcedb8fd5d19f2cf00dd35;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Socket/AddressingPolicy.hh b/Socket/AddressingPolicy.hh index b932456..34580cf 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,8 @@ namespace senf { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: