X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.cti;h=d603cc8ab661607b4afc612040d8f22ba5559dfd;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=b2b2c33847cb7fd471e422e53d90b0424db5a5d6;hpb=a479735a65e334af538b895f182f8efd36a541c5;p=senf.git diff --git a/PPI/DebugModules.cti b/PPI/DebugModules.cti index b2b2c33..d603cc8 100644 --- a/PPI/DebugModules.cti +++ b/PPI/DebugModules.cti @@ -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 @@ -34,8 +34,8 @@ /////////////////////////////////////////////////////////////////////////// // senf::ppi::module::debug::LogSink -template -prefix_ senf::ppi::module::debug::LogSink::LogSink() +template +prefix_ senf::ppi::module::debug::LogSink::LogSink() { noroute(input); input.onRequest(&LogSink::request); @@ -44,11 +44,11 @@ prefix_ senf::ppi::module::debug::LogSink::LogSink() //////////////////////////////////////// // private members -template -prefix_ void senf::ppi::module::debug::LogSink::request() +template +prefix_ void senf::ppi::module::debug::LogSink::request() { Packet packet (input()); - SENF_LOG_BLOCK((Stream)(Area)(level)({ + SENF_LOG_BLOCK_TPL((Stream)(Area)(Level)({ packet.dump(log); hexdump(packet.last().data().begin(), packet.last().data().end(),log); }));