[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.102,1.103

Max Horn fingolfin at users.sourceforge.net
Tue May 10 16:50:59 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29875/common

Modified Files:
	system.h 
Log Message:
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' because we already have many classes with that name)

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- system.h	10 May 2005 23:17:14 -0000	1.102
+++ system.h	10 May 2005 23:48:36 -0000	1.103
@@ -823,7 +823,7 @@
 	 * Determine the output sample rate. Audio data provided by the sound
 	 * callback will be played using this rate.
 	 * @note Client code other than the sound mixer should _not_ use this
-	 *       method. Instead, call SoundMixer::getOutputRate()!
+	 *       method. Instead, call Mixer::getOutputRate()!
 	 * @return the output sample rate
 	 */
 	virtual int getOutputSampleRate() const = 0;





More information about the Scummvm-git-logs mailing list