git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1594
270642c3-0616-0410-b53a-bc976706d245
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>