[Scummvm-cvs-logs] SF.net SVN: scummvm: [32827] scummvm/trunk/backends/timer/default/ default-timer.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 28 17:27:41 CEST 2008


Revision: 32827
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32827&view=rev
Author:   fingolfin
Date:     2008-06-28 08:27:40 -0700 (Sat, 28 Jun 2008)

Log Message:
-----------
Doxygenified a comment

Modified Paths:
--------------
    scummvm/trunk/backends/timer/default/default-timer.h

Modified: scummvm/trunk/backends/timer/default/default-timer.h
===================================================================
--- scummvm/trunk/backends/timer/default/default-timer.h	2008-06-28 15:13:54 UTC (rev 32826)
+++ scummvm/trunk/backends/timer/default/default-timer.h	2008-06-28 15:27:40 UTC (rev 32827)
@@ -38,14 +38,15 @@
 	void *_timerHandler;
 	TimerSlot *_head;
 
-
 public:
 	DefaultTimerManager();
 	~DefaultTimerManager();
 	bool installTimerProc(TimerProc proc, int32 interval, void *refCon);
 	void removeTimerProc(TimerProc proc);
 
-	// Timer callback, to be invoked at regular time intervals by the backend.
+	/**
+	 * Timer callback, to be invoked at regular time intervals by the backend.
+	 */
 	void handler();
 };
 


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