summaryrefslogtreecommitdiffstats
path: root/raul/RDFQuery.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
commit6ba53b4851df28e68f68f68129bf7d869dfb2b67 (patch)
tree5b68e68de89354c24eefa5c76a5de810173adb13 /raul/RDFQuery.h
parentd390044f8eb5d26146343ce6e28ac4315de24e47 (diff)
downloadraul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.tar.gz
raul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.tar.bz2
raul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.zip
Updated FSF address, copyright dates where appropriate, etc.
git-svn-id: http://svn.drobilla.net/lad/raul@288 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/RDFQuery.h')
-rw-r--r--raul/RDFQuery.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/raul/RDFQuery.h b/raul/RDFQuery.h
index f6a0b06..1aa1cad 100644
--- a/raul/RDFQuery.h
+++ b/raul/RDFQuery.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
@@ -44,21 +45,8 @@ public:
}
_query += "\n";
_query += query;
-
- /*const char* const prefix_header =
- "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n"
- "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\n"
- "PREFIX ingen: <http://codeson.net/ns/ingen#>\n"
- "PREFIX lv2: <http://lv2plug.in/ontology#>\n";
-
- _query = _prefix_header + query;*/
}
- /*RDFQuery(Glib::ustring query)
- {
- _query = _prefix_header + query;
- }*/
-
Results run(const Glib::ustring base_uri) const;
Glib::ustring string() const { return _query; };