[Scummvm-cvs-logs] SF.net SVN: scummvm:[47114] scummvm/trunk/sound/audiostream.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jan 7 15:25:16 CET 2010


Revision: 47114
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47114&view=rev
Author:   lordhoto
Date:     2010-01-07 14:25:16 +0000 (Thu, 07 Jan 2010)

Log Message:
-----------
Add important note for engine authors about SubSeekableAudioStream.

Modified Paths:
--------------
    scummvm/trunk/sound/audiostream.h

Modified: scummvm/trunk/sound/audiostream.h
===================================================================
--- scummvm/trunk/sound/audiostream.h	2010-01-07 14:23:42 UTC (rev 47113)
+++ scummvm/trunk/sound/audiostream.h	2010-01-07 14:25:16 UTC (rev 47114)
@@ -202,6 +202,11 @@
  * The same caveats apply to SubSeekableAudioStream as do to SeekableAudioStream.
  * 
  * Manipulating the parent stream directly /will/ mess up a substream.
+ *
+ * IMPORTANT:
+ * Note for engine authors. This object is currently under inspection. In case
+ * we need to revise the looping API we might drop this. So if you really need
+ * something like this object, please drop a mail to LordHoto.
  */
 class SubSeekableAudioStream : public SeekableAudioStream {
 public:


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