X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIntervalTimer.test.cc;h=45f87f9ad8f3144a3947be7a2c5ea10257252d50;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=631915c116199eddcd45cde0012ab1de254c0f53;hpb=55d09e34a5b9a9c7af23cc5ecb0ab79d58757a2d;p=senf.git diff --git a/PPI/IntervalTimer.test.cc b/PPI/IntervalTimer.test.cc index 631915c..45f87f9 100644 --- a/PPI/IntervalTimer.test.cc +++ b/PPI/IntervalTimer.test.cc @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief IntervalTimer.test unit tests */ + \brief IntervalTimer unit tests */ //#include "IntervalTimer.test.hh" //#include "IntervalTimer.test.ih" @@ -56,7 +56,7 @@ namespace { unsigned n; public: - TimerTest(senf::ClockService::clock_type d_, unsigned n_) + TimerTest(senf::ClockService::int64_type d_, unsigned n_) : timer ( senf::ClockService::milliseconds(d_) ), n ( n_ ) { @@ -65,7 +65,7 @@ namespace { }; bool is_close_clock(senf::ClockService::clock_type a, senf::ClockService::clock_type b, - unsigned long delta) + senf::ClockService::clock_type delta) { return (a