X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.hh;h=591a38a7ea517c63b4c24e43a7f01aa314fae590;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=8db6a750ed02b461d1a336a91657bb19d5c2ac2c;hpb=b9bc7df8121501f84f5a48e854ebaa4984a44932;p=senf.git diff --git a/senf/Utils/IgnoreValue.hh b/senf/Utils/IgnoreValue.hh index 8db6a75..591a38a 100644 --- a/senf/Utils/IgnoreValue.hh +++ b/senf/Utils/IgnoreValue.hh @@ -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 @@ -29,13 +29,13 @@ // Custom includes //#include "IgnoreValue.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /** \brief Explicitly ignore a value - To explicitly ingore a value (e.g. the return value of a function), pass that value to + To explicitly ignore a value (e.g. the return value of a function), pass that value to senf::IGNORE(). This has the added benefit of silencing \em any warnings about ignored values by g++. */ @@ -46,7 +46,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "IgnoreValue.cci" //#include "IgnoreValue.ct" #include "IgnoreValue.cti"