X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeInfo.cc;h=9f0bd6a471230a175d187d19d582cb49533767a4;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=c6860f5076d48f7c73c2f07fb3e905a4a5022f67;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Utils/TypeInfo.cc b/Utils/TypeInfo.cc index c6860f5..9f0bd6a 100644 --- a/Utils/TypeInfo.cc +++ b/Utils/TypeInfo.cc @@ -41,7 +41,7 @@ // interface isn't even explicitly exportet from libiberty. However, it is // *EXTREMELY* helpful for debugging ... -prefix_ std::string satcom::lib::prettyName(std::type_info const & type) +prefix_ std::string senf::prettyName(std::type_info const & type) { char const * mangled = type.name(); char * demangled = ::cplus_demangle(mangled,DMGL_TYPES|DMGL_AUTO); @@ -58,5 +58,5 @@ prefix_ std::string satcom::lib::prettyName(std::type_info const & type) // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: