Mercurial > hg > svcore
diff data/fileio/FileSource.h @ 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 | 93fb1ebff76b |
children | a8a7b8f698c8 |
line wrap: on
line diff
--- a/data/fileio/FileSource.h Fri Oct 24 14:52:40 2008 +0000 +++ b/data/fileio/FileSource.h Mon Oct 27 11:53:35 2008 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _REMOTE_FILE_H_ -#define _REMOTE_FILE_H_ +#ifndef _FILE_SOURCE_H_ +#define _FILE_SOURCE_H_ #include <QUrl> #include <QMutex>