[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.h,1.20,1.21 gameDetector.cpp,1.115,1.116 gameDetector.h,1.33,1.34
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga music.cpp,1.52,1.53 music.h,1.20,1.21 saga.cpp,1.108,1.109 sndres.cpp,1.42,1.43 sound.cpp,1.26,1.27 sound.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.h,1.20,1.21 gameDetector.cpp,1.115,1.116 gameDetector.h,1.33,1.34
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga music.cpp,1.52,1.53 music.h,1.20,1.21 saga.cpp,1.108,1.109 sndres.cpp,1.42,1.43 sound.cpp,1.26,1.27 sound.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list