From 721f6213cc1343e4ab613a89be55d37dd0780244 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 17 Sep 2007 22:23:40 +0000 Subject: - Moved images from compiled in image dir to data dir 'img'. - Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup. --- preload.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 preload.h (limited to 'preload.h') diff --git a/preload.h b/preload.h new file mode 100644 index 0000000..b408072 --- /dev/null +++ b/preload.h @@ -0,0 +1,11 @@ +#ifndef VDR_LIVE_PRELOAD_H +#define VDR_LIVE_PRELOAD_H + +#include + +namespace vdrlive { + + void PreLoadFileCache(std::string const& configDir); +}; + +#endif // VDR_LIVE_PRELOAD_H -- cgit v1.2.3