X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRateFilter.cc;h=953bba715975805878a41b1e4d7adf036a4628ad;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=c9b4793be95e14a8f85762d6390139caa4704844;hpb=a98b8f2dfa6fad9654cf13e03fff82bf0e18b1e6;p=senf.git diff --git a/PPI/RateFilter.cc b/PPI/RateFilter.cc index c9b4793..953bba7 100644 --- a/PPI/RateFilter.cc +++ b/PPI/RateFilter.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY @@ -49,13 +51,11 @@ senf::ClockService::clock_type senf::ppi::module::RateFilter::interval() return timer_.interval().first; } - -/* this should be what should happen. but _this_ most likely won't work -void senf::ppi::module::RateFilter::changeInterval(senf::ClockService::clock_type interval) +void senf::ppi::module::RateFilter::interval(senf::ClockService::clock_type interval) { - //timer = ppi::IntervalTimer(interval); + timer_.interval(interval); } -*/ + ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_