X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.ih;h=5bef63a659625b82729f1a853f8d77abf506d4ed;hb=cb10487f67b404334eaffa60f074b8eca8f871de;hp=1ca7cdd1418f8d5aa05da156f9371ba23920b98b;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/SocketHandle.ih b/Socket/SocketHandle.ih index 1ca7cdd..5bef63a 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 @@ -187,4 +174,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: