X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FSenfLog.hh;h=82b9464e266ec4179dbefe3ccb3be4ff9b1c1bcd;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=23098e49da9190052e03bfbfb67f4c9553c1b04d;hpb=949e357e249299c8519aa3af62245a0010dcce44;p=senf.git diff --git a/Utils/Logger/SenfLog.hh b/Utils/Logger/SenfLog.hh index 23098e4..82b9464 100644 --- a/Utils/Logger/SenfLog.hh +++ b/Utils/Logger/SenfLog.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// 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 SenfLog public header */ -#ifndef HH_SenfLog_ -#define HH_SenfLog_ 1 +#ifndef HH_SENF_Utils_Logger_SenfLog_ +#define HH_SENF_Utils_Logger_SenfLog_ 1 // Custom includes #include "../../config.hh" @@ -35,7 +35,7 @@ namespace senf { - SENF_LOG_DEF_STREAM(SenfLog, senf::log::MESSAGE, senf::log::MESSAGE, SENF_SENFLOG_LIMIT); + SENF_LOG_DEFINE_STREAM(SenfLog, senf::log::MESSAGE, senf::log::MESSAGE, SENF_SENFLOG_LIMIT); SENF_LOG_DEFAULT_STREAM(SenfLog); }