summaryrefslogtreecommitdiffstats
path: root/raul/RDFQuery.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-20 02:35:34 +0000
committerDavid Robillard <d@drobilla.net>2007-01-20 02:35:34 +0000
commitca32b189529ffc7c1d42af85f005dea54189218f (patch)
tree38d1d4cc4dee419b6fe1e717fc1e4f2f08ea46d5 /raul/RDFQuery.h
parent2472d92b7d8e11fa3e09437515000763717b10d3 (diff)
downloadraul-ca32b189529ffc7c1d42af85f005dea54189218f.tar.gz
raul-ca32b189529ffc7c1d42af85f005dea54189218f.tar.bz2
raul-ca32b189529ffc7c1d42af85f005dea54189218f.zip
Added Machina.
Moved some Jack and RDF functionality down to RAUL from Ingen, for use by Machina. git-svn-id: http://svn.drobilla.net/lad/raul@263 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/RDFQuery.h')
-rw-r--r--raul/RDFQuery.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/raul/RDFQuery.h b/raul/RDFQuery.h
index 5e972ca..8b0f362 100644
--- a/raul/RDFQuery.h
+++ b/raul/RDFQuery.h
@@ -22,9 +22,6 @@
#include <glibmm/ustring.h>
#include "raul/Namespaces.h"
-namespace Ingen {
-namespace Client {
-
/** Pretty wrapper for a SPARQL query.
*
@@ -70,8 +67,5 @@ private:
};
-} // namespace Client
-} // namespace Ingen
-
#endif // RAUL_RDFQUERY_H