Age | Commit message (Collapse) | Author |
|
|
|
So far, the various *-fs-factory.cpp files were #including the
corresponding *-fs.cpp files. This is surprising and hence could lead to
all kinds of problems). To fix this, provide proper headers for the
*-fs.cpp files.
This also makes code reuse via subclassing possible.
Since not all ports were tested, this will likely lead to a few
easy to fix compile regressions.
|
|
svn-id: r54575
|
|
svn-id: r53972
|
|
svn-id: r34716
|
|
for them to be singletons (actually true for all other FS factories)
svn-id: r34098
|
|
rely on the build system to include them
svn-id: r30957
|
|
compilation on some ports)
svn-id: r28944
|
|
ground for file objects across platforms and divides responsibilities between the Common::File class and a base file implementation.
Also rearranged the factories into a new directory for clarity.
Note 1: The posix-file.h and cpp files are for testing only. Only the ds, ps2 and symbian architecture will use special BaseFile based objects.
Note 2: The current code does not yet make use of this new structure, since the Common::File remains intact.
svn-id: r28395
|
|
svn-id: r27983
|
|
svn-id: r27032
|
|
svn-id: r27031
|
|
svn-id: r26814
|
|
svn-id: r26810
|