[Scummvm-cvs-logs] SF.net SVN: scummvm:[38938] scummvm/trunk/common/timer.h

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri Feb 27 23:19:34 CET 2009


Revision: 38938
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38938&view=rev
Author:   wjpalenstijn
Date:     2009-02-27 22:19:33 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Clarify timer API.

Modified Paths:
--------------
    scummvm/trunk/common/timer.h

Modified: scummvm/trunk/common/timer.h
===================================================================
--- scummvm/trunk/common/timer.h	2009-02-27 22:19:03 UTC (rev 38937)
+++ scummvm/trunk/common/timer.h	2009-02-27 22:19:33 UTC (rev 38938)
@@ -51,7 +51,8 @@
 	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;
 };


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list