[Scummvm-cvs-logs] SF.net SVN: scummvm:[49497] scummvm/branches/gsoc2010-opengl/sound/mixer.h

vgvgf at users.sourceforge.net vgvgf at users.sourceforge.net
Tue Jun 8 03:07:11 CEST 2010


Revision: 49497
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49497&view=rev
Author:   vgvgf
Date:     2010-06-08 01:07:10 +0000 (Tue, 08 Jun 2010)

Log Message:
-----------
Made Mixer to subclass from Common::NonCopyable.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/sound/mixer.h

Modified: scummvm/branches/gsoc2010-opengl/sound/mixer.h
===================================================================
--- scummvm/branches/gsoc2010-opengl/sound/mixer.h	2010-06-08 01:00:21 UTC (rev 49496)
+++ scummvm/branches/gsoc2010-opengl/sound/mixer.h	2010-06-08 01:07:10 UTC (rev 49497)
@@ -28,6 +28,7 @@
 
 #include "common/types.h"
 #include "common/mutex.h"
+#include "common/noncopyable.h"
 
 #include "sound/timestamp.h"
 
@@ -61,7 +62,7 @@
  * The main audio mixer handles mixing of an arbitrary number of
  * audio streams (in the form of AudioStream instances).
  */
-class Mixer {
+class Mixer : Common::NonCopyable {
 public:
 	enum SoundType {
 		kPlainSoundType = 0,


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