X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRateFilter.hh;h=dca0fbdec8551c32dc5e0daf665bb4e941746d0b;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=9877124b38cd03f9a2258d27b251fbe2a3f6d342;hpb=a98b8f2dfa6fad9654cf13e03fff82bf0e18b1e6;p=senf.git diff --git a/PPI/RateFilter.hh b/PPI/RateFilter.hh index 9877124..dca0fbd 100644 --- a/PPI/RateFilter.hh +++ b/PPI/RateFilter.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY @@ -43,7 +45,7 @@ class RateFilter public: RateFilter(senf::ClockService::clock_type interval); -// void changeInterval(senf::ClockService::clock_type interval); not yet implemented! + void interval(senf::ClockService::clock_type interval); senf::ClockService::clock_type interval() const; connector::ActiveInput<> input;