Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.cpp @ 520:e340b2fb9471
* Make FileSource able to indicate its preferred content type (e.g.
application/rdf+xml in preference to text/html for rdf content)
* Temp directory on Windows -- make $HOME expand to homedrive+homepath
instead of user profile location (which may be networked)
author | Chris Cannam |
---|---|
date | Thu, 11 Dec 2008 15:18:10 +0000 |
parents | 1b8c748fd7ea |
children | b4a8d8221eaf |
comparison
equal
deleted
inserted
replaced
519:21f86744d38e | 520:e340b2fb9471 |
---|---|
15 | 15 |
16 #include "PluginRDFDescription.h" | 16 #include "PluginRDFDescription.h" |
17 | 17 |
18 #include "PluginRDFIndexer.h" | 18 #include "PluginRDFIndexer.h" |
19 #include "SimpleSPARQLQuery.h" | 19 #include "SimpleSPARQLQuery.h" |
20 | |
21 #include "data/fileio/FileSource.h" | |
22 #include "data/fileio/CachedFile.h" | |
23 | 20 |
24 #include "base/Profiler.h" | 21 #include "base/Profiler.h" |
25 | 22 |
26 #include "plugin/PluginIdentifier.h" | 23 #include "plugin/PluginIdentifier.h" |
27 | 24 |