[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth emumidi.h,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Tue May 10 16:21:12 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22345/sound/softsynth

Modified Files:
	emumidi.h 
Log Message:
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common

Index: emumidi.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/emumidi.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- emumidi.h	1 Jan 2005 16:09:23 -0000	1.2
+++ emumidi.h	10 May 2005 23:17:37 -0000	1.3
@@ -31,7 +31,7 @@
 	SoundMixer *_mixer;
 
 private:
-	Timer::TimerProc _timerProc;
+	Common::Timer::TimerProc _timerProc;
 	void *_timerParam;
 
 	int _nextTick;
@@ -69,7 +69,7 @@
 		return 0;
 	}
 
-	void setTimerCallback(void *timer_param, Timer::TimerProc timer_proc) {
+	void setTimerCallback(void *timer_param, Common::Timer::TimerProc timer_proc) {
 		_timerProc = timer_proc;
 		_timerParam = timer_param;
 	}





More information about the Scummvm-git-logs mailing list