|
From: Emilien K. <cur...@us...> - 2005-08-17 16:33:25
|
Update of /cvsroot/wxdevcenter/wxDevCenter/src/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28502/src/unix Modified Files: FileSystemStandard.cpp Log Message: Use of wxInput/OutputStream instead of Archive to serialize documents and projects. Index: FileSystemStandard.cpp =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/src/unix/FileSystemStandard.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FileSystemStandard.cpp 16 Mar 2005 14:27:38 -0000 1.2 --- FileSystemStandard.cpp 17 Aug 2005 16:33:18 -0000 1.3 *************** *** 41,48 **** } - Archive* FileSystemStandardUnix::GetFileArchive(FilePath strPath, unsigned int nMode) - { - return new ArchiveFile(strPath.GetFilePath(), (Archive::ARCHIVE_OPEN_MODE)nMode); - } wxString FileSystemStandardUnix::FindFirst(FilePath strPath, int iFlags) --- 41,44 ---- |