Update of /cvsroot/wxdevcenter/wxDevCenter/src/msw
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28502/src/msw
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/msw/FileSystemStandard.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FileSystemStandard.cpp 19 Apr 2005 09:30:46 -0000 1.4
--- FileSystemStandard.cpp 17 Aug 2005 16:33:18 -0000 1.5
***************
*** 69,77 ****
- Archive* FileSystemStandardWindows::GetFileArchive(FilePath strPath, unsigned int nMode)
- {
- return new ArchiveFile(LogicalToPhysical(strPath), (Archive::ARCHIVE_OPEN_MODE)nMode);
- }
-
wxString FileSystemStandardWindows::FindFirst(FilePath strPath, int iFlags)
{
--- 69,72 ----
|