X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cti;h=604f45650b53428f8c65b12d6494f8711d02694f;hb=1ad3873b372da6187b1fbc645bf276287d2efb54;hp=46a1df89360cc7054e010123d147fe7a6615b5ef;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Socket/SocketHandle.cti b/Socket/SocketHandle.cti index 46a1df8..604f456 100644 --- a/Socket/SocketHandle.cti +++ b/Socket/SocketHandle.cti @@ -29,7 +29,7 @@ // Custom includes #include #include -#include "Utils/TypeInfo.hh" +#include "../Utils/TypeInfo.hh" #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// @@ -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_ @@ -200,4 +192,5 @@ prefix_ senf::detail::ConvertibleString::ConvertibleString(T const & other) // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: