From de239a4bc5c6cdeb48b4fca0775dc34df787b84e Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 27 Feb 2009 22:19:33 +0000 Subject: Clarify timer API. svn-id: r38938 --- common/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/timer.h b/common/timer.h index 68f8aef258..c87c2b3240 100644 --- a/common/timer.h +++ b/common/timer.h @@ -51,7 +51,8 @@ public: virtual bool installTimerProc(TimerProc proc, int32 interval, void *refCon) = 0; /** - * Remove the given timer callback. It will not be invoked anymore. + * Remove the given timer callback. It will not be invoked anymore, + * and no instance of this callback will be running anymore. */ virtual void removeTimerProc(TimerProc proc) = 0; }; -- cgit v1.2.3