Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
464:9525c9d7e54d | 465:63b8ba45d953 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _REMOTE_FILE_H_ | 16 #ifndef _FILE_SOURCE_H_ |
17 #define _REMOTE_FILE_H_ | 17 #define _FILE_SOURCE_H_ |
18 | 18 |
19 #include <QUrl> | 19 #include <QUrl> |
20 #include <QMutex> | 20 #include <QMutex> |
21 #include <QString> | 21 #include <QString> |
22 #include <QTimer> | 22 #include <QTimer> |