[Scummvm-cvs-logs] CVS: scummvm/backends/fs fs.h,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Thu Oct 2 10:44:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/fs
In directory sc8-pr-cvs1:/tmp/cvs-serv18298/backends/fs

Modified Files:
	fs.h 
Log Message:
renamed namespace ScummVM to Common

Index: fs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/fs.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fs.h	6 Mar 2003 21:44:59 -0000	1.7
+++ fs.h	2 Oct 2003 17:42:58 -0000	1.8
@@ -65,7 +65,7 @@
  */
 class FilesystemNode {
 protected:
-	typedef ScummVM::String String;
+	typedef Common::String String;
 
 public:
 
@@ -146,7 +146,7 @@
 /*
  * A sorted list of multiple file system nodes. E.g. the contents of a given directory.
  */
-class FSList : ScummVM::List<FilesystemNode *> {
+class FSList : Common::List<FilesystemNode *> {
 public:
 	~FSList() {
 		for (int i = 0; i < _size; i++)





More information about the Scummvm-git-logs mailing list