X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTags.hh;h=ff9f374bb9187dd8a092de2ad75a238d986cc1b4;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=d53467295774c57961a1174e0d3f5506fea9f2e2;hpb=66293acca094b2f29e26e70208691db4af274efb;p=senf.git diff --git a/Utils/Tags.hh b/Utils/Tags.hh index d534672..ff9f374 100644 --- a/Utils/Tags.hh +++ b/Utils/Tags.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -23,8 +23,8 @@ /** \file \brief Tags public header */ -#ifndef HH_Tags_ -#define HH_Tags_ 1 +#ifndef HH_SENF_Utils_Tags_ +#define HH_SENF_Utils_Tags_ 1 // Custom includes @@ -47,7 +47,6 @@ Of course, this only works with objects which explicitly declare, that they take an optional senf::NoThrow_t type aprameter. - */ namespace senf { @@ -61,7 +60,6 @@ namespace senf { There is only a single value for this type: \ref senf::nothrow which is the value to pass wherever an (optional) senf::NoThrow_t parameter is requested. - \see \ref utils_tags \ingroup utils_tags */ enum NoThrow_t { nothrow }; @@ -75,7 +73,6 @@ namespace senf { There is only a single value for this type: \ref senf::noinit which is the value to pass wherever an (optional) senf::NoInit_t parameter is requested. - \see \ref utils_tags \ingroup utils_tags */ enum NoInit_t { noinit };