X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatisticsTargets.ih;h=a1b263c72cf7b487366c44e555dcb1c81563a17a;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=54c5d00bb868b51f99e91aa315a151643d1c55d2;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/StatisticsTargets.ih b/senf/Utils/StatisticsTargets.ih index 54c5d00..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; @@ -65,14 +65,14 @@ namespace detail { : boost::noncopyable { StatisticsLogger(std::string const & label_); - void operator()(float min, float avg, float max); - + void operator()(float min, float avg, float max, float dev); + std::string label; }; }} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif