summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-09 17:44:36 +0100
committerDavid Robillard <d@drobilla.net>2019-04-13 15:54:05 +0200
commitcc672193b82a4b314d59aa2e572a5e9667c34f1b (patch)
tree55796d4b55304ed306acd417ebc4b39c862563fd /ingen/Parser.hpp
parentf48f9d69a541d758dc9928c0c89eae46819e660f (diff)
downloadingen-cc672193b82a4b314d59aa2e572a5e9667c34f1b.tar.gz
ingen-cc672193b82a4b314d59aa2e572a5e9667c34f1b.tar.bz2
ingen-cc672193b82a4b314d59aa2e572a5e9667c34f1b.zip
WIP: Port to serd1
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index acaf3b90..b9f4fe5e 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -30,9 +30,7 @@
#include <string>
#include <utility>
-namespace Raul { class Path; }
-namespace Raul { class Symbol; }
-namespace Sord { class World; }
+namespace Raul { class Path; class Symbol; }
namespace ingen {
@@ -65,9 +63,8 @@ public:
};
/** Find all resources of a given type listed in a manifest file. */
- virtual std::set<ResourceRecord> find_resources(Sord::World& world,
- const URI& manifest_uri,
- const URI& type_uri);
+ virtual std::set<ResourceRecord> find_resources(const URI& manifest_uri,
+ const URI& type_uri);
/** Parse a graph from RDF into a Interface (engine or client).
*