Mercurial > hg > svcore
diff data/data.pro @ 465:63b8ba45d953
* stub out persistent cacheing class, as I've decided I don't like the
way things were going with trying to incorporate all this logic into
the already too big FileSource class
author | Chris Cannam |
---|---|
date | Mon, 27 Oct 2008 11:53:35 +0000 |
parents | 288f45533041 |
children | 3cc4b7cd2aa5 |
line wrap: on
line diff
--- a/data/data.pro Fri Oct 24 14:52:40 2008 +0000 +++ b/data/data.pro Mon Oct 27 11:53:35 2008 +0000 @@ -23,6 +23,7 @@ fileio/AudioFileReader.h \ fileio/AudioFileReaderFactory.h \ fileio/BZipFileDevice.h \ + fileio/CachedFile.h \ fileio/CodedAudioFileReader.h \ fileio/CSVFileReader.h \ fileio/CSVFileWriter.h \ @@ -77,6 +78,7 @@ fileio/AudioFileReader.cpp \ fileio/AudioFileReaderFactory.cpp \ fileio/BZipFileDevice.cpp \ + fileio/CachedFile.cpp \ fileio/CodedAudioFileReader.cpp \ fileio/CSVFileReader.cpp \ fileio/CSVFileWriter.cpp \