X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fpreprocessor.hh;h=915f9be2cfedf03824166625c3d6215a13e54f02;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=4b66c7c8e24440403d1e220c6644405d3703d218;hpb=f00a102138bcbabdaab1caab1db6a8876463dedc;p=senf.git diff --git a/Utils/preprocessor.hh b/Utils/preprocessor.hh index 4b66c7c..915f9be 100644 --- a/Utils/preprocessor.hh +++ b/Utils/preprocessor.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -23,8 +23,8 @@ /** \file \brief preprocessor public header */ -#ifndef HH_preprocessor_ -#define HH_preprocessor_ 1 +#ifndef HH_SENF_Utils_preprocessor_ +#define HH_SENF_Utils_preprocessor_ 1 // Custom includes #include @@ -34,7 +34,7 @@ //#include "preprocessor.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -/** \defgroup senfpp Preprocessor meta programming macros +/** \defgroup senfpp Preprocessor meta programming preprocessor.hh provides some additional helper macros based on the Boost.Preprocessor library. */