[Scummvm-cvs-logs] CVS: scummvm/backends/fs fs.h,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Sat Jan 31 17:34:16 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/fs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11078

Modified Files:
	fs.h 
Log Message:
Added FilesystemNode::getNodeForPath, but right now only for Mac OS X

Index: fs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/fs.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fs.h	6 Jan 2004 12:45:26 -0000	1.14
+++ fs.h	1 Feb 2004 01:31:49 -0000	1.15
@@ -86,13 +86,15 @@
 	 */
 	static FilesystemNode *getRoot();
 
+#ifdef MACOSX
 	/*
 	 * Construct a node based on a path; the path is in the same format as it
 	 * would be for calls to fopen().
 	 *
 	 * I.e. getNodeForPath(oldNode.path()) should create a new node identical to oldNode.
 	 */
-//	static FilesystemNode *getNodeForPath(const String &path);
+	static FilesystemNode *getNodeForPath(const String &path);
+#endif
 
 	virtual ~FilesystemNode() {}
 





More information about the Scummvm-git-logs mailing list