X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.ih;fp=Socket%2FSocketHandle.ih;h=cfa7bc80a8b0c7407c65f6e3aba87e6d3bcf537a;hb=c13146edc1b57cc60f102bcfd1a7a602ecec261f;hp=1ca7cdd1418f8d5aa05da156f9371ba23920b98b;hpb=2fbc9248049ba635a72b95267665cd0a85b1a9e6;p=senf.git diff --git a/Socket/SocketHandle.ih b/Socket/SocketHandle.ih index 1ca7cdd..cfa7bc8 100644 --- a/Socket/SocketHandle.ih +++ b/Socket/SocketHandle.ih @@ -80,22 +80,9 @@ namespace senf { non-empty). */ }; - /** \brief Special ordering for the SocketStateMap - \internal - - This special ordering will sort 'hierarchical' strings correctly. A hierarchical string - in this context is a string like a path- or hostname with '.' as the hierarchical - separator. - */ - struct StateMapOrdering - : public std::binary_function - { - bool operator()(std::string const & a1, std::string const & a2) const; - }; - } - typedef std::map< std::string, detail::ConvertibleString, detail::StateMapOrdering > SocketStateMap; + typedef std::map< std::string, detail::ConvertibleString > SocketStateMap; namespace detail { /** \brief Helper to convert SocketStateMap to multiline string representation