[Scummvm-cvs-logs] CVS: scummvm/common stream.h,1.3,1.4

Eugene Sandulenko sev at users.sourceforge.net
Mon May 3 16:09:03 CEST 2004


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

Modified Files:
	stream.h 
Log Message:
Well, now we use MemoryReadStream at least in SAGA engine.
Concept proved itself to be elegant and successful


Index: stream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stream.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stream.h	29 Apr 2004 20:28:42 -0000	1.3
+++ stream.h	3 May 2004 23:08:22 -0000	1.4
@@ -105,9 +105,6 @@
 /**
  * Simple memory based 'stream', which implements the ReadStream interface for
  * a plain memory block.
- *
- * Currently not used anywhere, just a proof of concept, and meant to give an
- * idea of what streams can be used for.
  */
 class MemoryReadStream : public ReadStream {
 private:





More information about the Scummvm-git-logs mailing list