[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.cpp,1.17,1.18 gp32.h,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Sun Mar 14 18:42:43 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/gp32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8418/gp32

Modified Files:
	gp32.cpp gp32.h 
Log Message:
Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes

Index: gp32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gp32.cpp	28 Feb 2004 12:57:51 -0000	1.17
+++ gp32.cpp	15 Mar 2004 01:18:37 -0000	1.18
@@ -1069,7 +1069,7 @@
 void OSystem_GP32::update_cdrom() { }

 

 // Add a new callback timer

-void OSystem_GP32::set_timer(TimerProc callback, int timer) { }

+void OSystem_GP32::setTimerCallback(TimerProc callback, int timer) { }

 

 // Mutex handling

 OSystem::MutexRef OSystem_GP32::createMutex() {


Index: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gp32.h	15 Mar 2004 00:45:44 -0000	1.17
+++ gp32.h	15 Mar 2004 01:18:37 -0000	1.18
@@ -100,7 +100,7 @@
 	void update_cdrom();

 

 	// Add a new callback timer

-	void set_timer(TimerProc callback, int timer);

+	void setTimerCallback(TimerProc callback, int timer);

 

 	// Mutex handling

 	OSystem::MutexRef createMutex();






More information about the Scummvm-git-logs mailing list