X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.cti;h=c990d455a8cbd5d9cd85337b290863ee810ff19c;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=1af433666b53808f84b104cde7edfd14eded598c;hpb=b9bc7df8121501f84f5a48e854ebaa4984a44932;p=senf.git diff --git a/senf/Utils/IgnoreValue.cti b/senf/Utils/IgnoreValue.cti index 1af4336..c990d45 100644 --- a/senf/Utils/IgnoreValue.cti +++ b/senf/Utils/IgnoreValue.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2010 +// Copyright (C) 2010 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -28,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ void senf::IGNORE(T const &) @@ -38,7 +38,7 @@ template prefix_ void senf::IGNORE(T const *) {} -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_