From ad2db089404e99a2750cd059237dc2a8579e045f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Oct 2003 16:39:32 +0000 Subject: renamed some Timer methods svn-id: r10868 --- backends/morphos/morphos_timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/morphos/morphos_timer.h') diff --git a/backends/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h index de7e540fb0..cb717d7aeb 100644 --- a/backends/morphos/morphos_timer.h +++ b/backends/morphos/morphos_timer.h @@ -62,8 +62,8 @@ class Timer bool init(); void release(); - bool installProcedure(TimerProc procedure, int32 interval); - void releaseProcedure(TimerProc procedure); + bool installTimerProc(TimerProc procedure, int32 interval); + void removeTimerProc(TimerProc procedure); protected: bool SendMsg(ULONG MsgID, TimerProc procedure, LONG interval); -- cgit v1.2.3