X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeInfo.hh;h=98c3b38e3cb69bb0ebbfbb5059035c011c08613d;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=72168b6e4a3f6b618a92c61944318fe450505c12;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Utils/TypeInfo.hh b/Utils/TypeInfo.hh index 72168b6..98c3b38 100644 --- a/Utils/TypeInfo.hh +++ b/Utils/TypeInfo.hh @@ -30,12 +30,12 @@ //#include "TypeInfo.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + std::string prettyName(std::type_info const & type); -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "TypeInfo.cci" @@ -47,5 +47,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: