X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatisticsTargets.ih;h=a1b263c72cf7b487366c44e555dcb1c81563a17a;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=fcca8539ec71ec6fccc501333a45b3de33ee3a37;hpb=69be773e2fe0ea5d60cb4a763bfffa673cfc417f;p=senf.git diff --git a/senf/Utils/StatisticsTargets.ih b/senf/Utils/StatisticsTargets.ih index fcca853..a1b263c 100644 --- a/senf/Utils/StatisticsTargets.ih +++ b/senf/Utils/StatisticsTargets.ih @@ -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 @@ -31,7 +31,7 @@ #include #include -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -45,7 +45,7 @@ namespace detail { : public senf::singleton { public: - typedef void (*AddFn)(senf::StatisticsBase &, unsigned, + typedef void (*AddFn)(senf::StatisticsBase &, unsigned, senf::console::DirectoryNode &); using senf::singleton::instance; @@ -66,13 +66,13 @@ namespace detail { { StatisticsLogger(std::string const & label_); void operator()(float min, float avg, float max, float dev); - + std::string label; }; }} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif