X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.cti;h=4fbd05347fa4a646e9cb969e17dd68ce0aac610a;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=b16f2897bb58967629a31240c625d6ec37d64b7d;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/TypeIdValue.cti b/senf/Utils/TypeIdValue.cti index b16f289..4fbd053 100644 --- a/senf/Utils/TypeIdValue.cti +++ b/senf/Utils/TypeIdValue.cti @@ -28,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ senf::TypeIdValue const senf::typeIdValue() @@ -42,7 +42,7 @@ prefix_ senf::TypeIdValue const senf::typeIdValue(Type const & ob) return typeid(ob); } -/////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_