|
From: Emilien K. <cur...@us...> - 2005-08-17 16:33:26
|
Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28502/include/wxDevCenter/unix Modified Files: FileSystemStandard.h Log Message: Use of wxInput/OutputStream instead of Archive to serialize documents and projects. Index: FileSystemStandard.h =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix/FileSystemStandard.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FileSystemStandard.h 17 Aug 2005 15:01:06 -0000 1.2 --- FileSystemStandard.h 17 Aug 2005 16:33:18 -0000 1.3 *************** *** 60,65 **** bool IsDirectory(FilePath strPath); int GetDirectorySystemType(FilePath strPath); - - Archive* GetFileArchive(FilePath strPath, unsigned int nMode); }; --- 60,63 ---- |