X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cc;fp=Socket%2FSocketHandle.cc;h=8b39e32f322d0dadf60945ffc85c462d43a30e68;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=807639bd1781de81855ed9f9895f0f5e45c0d639;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Socket/SocketHandle.cc b/Socket/SocketHandle.cc index 807639b..8b39e32 100644 --- a/Socket/SocketHandle.cc +++ b/Socket/SocketHandle.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -102,14 +102,14 @@ prefix_ bool senf::detail::StateMapOrdering::operator()(std::string const & a1, return false; if (contains(i2,i2_end,'.')) // the longer string is a sub-'directory' of the shorter - /** \fixme shouldn't this be *i2 == '.' ? */ + /** \fixme shouldn't this be *i2 == '.' ? */ return true; return *i1 < *i2; } else if (i2 == i2_end) { // && i1 != i1_end if (contains(i1,i1_end,'.')) // the longer string is a sub-'directory' of the shorter - /** \fixme shouldn't this be *i1 == '.' ? */ + /** \fixme shouldn't this be *i1 == '.' ? */ return false; return *i1 < *i2; } @@ -147,5 +147,8 @@ prefix_ std::ostream & senf::operator<<(std::ostream & os, SocketHandle // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: