listTimer() was renamed to list()
mtk [Wed, 14 Apr 2010 07:08:48 +0000 (07:08 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1594 270642c3-0616-0410-b53a-bc976706d245

senf/Scheduler/TimerEventProxy.ct

index edb4b4a..32098e2 100644 (file)
@@ -41,7 +41,7 @@ prefix_ senf::scheduler::TimerEventProxy<T>::TimerEventProxy( std::string const
       entrySetByTimeout(entrySet.template get<Timeout> ())
 {
     node.add(name, senf::console::factory::Command(
-            &TimerEventProxy<T>::listTimers, this) .doc("List active Timers"));
+            &TimerEventProxy<T>::list, this) .doc("List active Timers"));
 }
 
 template<class T>