X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cti;fp=Socket%2FSocketHandle.cti;h=604f45650b53428f8c65b12d6494f8711d02694f;hb=1ad3873b372da6187b1fbc645bf276287d2efb54;hp=aa618bcb8b1cfe36c68cbe43a90e7bef7bd73afd;hpb=74270969b7d3562a3ee3a0a32d3cc4ee476760f0;p=senf.git diff --git a/Socket/SocketHandle.cti b/Socket/SocketHandle.cti index aa618bc..604f456 100644 --- a/Socket/SocketHandle.cti +++ b/Socket/SocketHandle.cti @@ -169,7 +169,7 @@ prefix_ void senf::SocketHandle::state(SocketStateMap & map, unsig // automatically include the SocketPolicy template parameter in // the type name and therefore show the \e static policy of the // socket handle. - map["handle"] = prettyName(typeid(*this)); + map["handle"] << prettyName(typeid(*this)); body().state(map,lod); } @@ -181,14 +181,6 @@ prefix_ std::string senf::SocketHandle::dumpState(unsigned lod) return detail::dumpState(map); } -/////////////////////////////////////////////////////////////////////////// -// senf::detail::ConvertibleString - -template -prefix_ senf::detail::ConvertibleString::ConvertibleString(T const & other) - : std::string(boost::lexical_cast(other)) -{} - ///////////////////////////////cti.e/////////////////////////////////////// #undef prefix_