X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIntervalTimer.cci;h=afa7ba30003b1bb068173f93e183286e91d08215;hb=2a7f04c6e922deb5beedc587133af5d836d5a8a9;hp=d7fa39c4a427d51b9db4b9fe3a268f6c0e7103dc;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/IntervalTimer.cci b/PPI/IntervalTimer.cci index d7fa39c..afa7ba3 100644 --- a/PPI/IntervalTimer.cci +++ b/PPI/IntervalTimer.cci @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -33,7 +33,8 @@ prefix_ senf::ppi::IntervalTimer::IntervalTimer(ClockService::clock_type interval, unsigned eventsPerInterval) - : interval_ (interval), eventsPerInterval_ (eventsPerInterval) + : interval_ (interval), eventsPerInterval_ (eventsPerInterval), + timer_("senf::ppi::IntervalTimer", boost::bind(&IntervalTimer::cb,this)) {} ///////////////////////////////cci.e///////////////////////////////////////