X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cc;fp=Socket%2FSocketHandle.cc;h=f2225a8e3794e1d956c392d5e7ab6aeef61a7d89;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=3f8a0ce87b1baf9a66f12a2da7e4e813aca59db8;hpb=f4e0d3d4a32cc0bfc37855ad7f2c1e829911d233;p=senf.git diff --git a/Socket/SocketHandle.cc b/Socket/SocketHandle.cc index 3f8a0ce..f2225a8 100644 --- a/Socket/SocketHandle.cc +++ b/Socket/SocketHandle.cc @@ -20,7 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template functions +/** \file + \brief senf::SocketHandle non-inline non-template implementation + */ #include "SocketHandle.hh" #include "SocketHandle.ih" @@ -85,7 +87,8 @@ namespace { } } -prefix_ bool senf::detail::StateMapOrdering::operator()(std::string a1, std::string a2) +prefix_ bool senf::detail::StateMapOrdering::operator()(std::string const & a1, + std::string const & a2) const { std::string::iterator i1 (a1.begin());