X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FLogFormat.cci;h=41739758e17672a4d9ab01774b11d4150678c8f9;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=7d9c08319798b511551758b0d082712aa74ab35b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/LogFormat.cci b/senf/Utils/Logger/LogFormat.cci index 7d9c083..4173975 100644 --- a/senf/Utils/Logger/LogFormat.cci +++ b/senf/Utils/Logger/LogFormat.cci @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // 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 -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ void senf::log::detail::LogFormat::showTime(bool flag) { @@ -61,7 +61,7 @@ prefix_ bool senf::log::detail::LogFormat::isPlainFormat() return tag_.empty() && !showTime_ && !showStream_ && !showLevel_ && !showArea_; } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_