Nguyen Van Nam wrote:
> Hi,
> I have done a test with TimerList like this:
> TimerList _timerlist;
> _timerList.system_sleep(100);
> It produce an error:
>  error: no matching function for call to 
> 'TimerList::TimerList(XorpTimer&)'
> ../libxorp/timer.hh:452: note: candidates are: 
> TimerList::TimerList(const TimerList&)
> ../libxorp/timer.hh:215: note:                 
> TimerList::TimerList(ClockBase*)
> Why is that? Could you send me an example of calling this method?

TimerList::system_sleep() is a class static method.

BMS

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to