summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Loader.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-18 16:40:55 +0000
committerDavid Robillard <d@drobilla.net>2007-02-18 16:40:55 +0000
commitb31e71c04bf37f91159fcd5d9ad567c4c21dfd04 (patch)
treeaebea175372cc900d68a4a98028ebc3843d73a8d /src/libs/client/Loader.cpp
parenta5fc27d5d781b3b0e53f23c566c02522e910507c (diff)
downloadingen-b31e71c04bf37f91159fcd5d9ad567c4c21dfd04.tar.gz
ingen-b31e71c04bf37f91159fcd5d9ad567c4c21dfd04.tar.bz2
ingen-b31e71c04bf37f91159fcd5d9ad567c4c21dfd04.zip
Updated URLs.
git-svn-id: http://svn.drobilla.net/lad/ingen@310 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Loader.cpp')
-rw-r--r--src/libs/client/Loader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/client/Loader.cpp b/src/libs/client/Loader.cpp
index f33b7e97..95c29933 100644
--- a/src/libs/client/Loader.cpp
+++ b/src/libs/client/Loader.cpp
@@ -35,8 +35,8 @@ Loader::Loader(SharedPtr<ModelEngineInterface> engine, SharedPtr<Namespaces> nam
_namespaces = SharedPtr<Namespaces>(new Namespaces());
(*_namespaces)["xsd"] = "http://www.w3.org/2001/XMLSchema#";
- (*_namespaces)["ingen"] = "http://codeson.net/ns/ingen#";
- (*_namespaces)["ingenuity"] = "http://codeson.net/ns/ingenuity#";
+ (*_namespaces)["ingen"] = "http://drobilla.net/ns/ingen#";
+ (*_namespaces)["ingenuity"] = "http://drobilla.net/ns/ingenuity#";
(*_namespaces)["lv2"] = "http://lv2plug.in/ontology#>";
}
@@ -61,7 +61,7 @@ Loader::load(const Glib::ustring& filename,
// FIXME: kluge
unsigned char* document_uri_str = raptor_uri_filename_to_uri_string(filename.c_str());
Glib::ustring document_uri = (const char*)document_uri_str;
- //Glib::ustring document_uri = "file:///home/dave/code/codesonnet/ingen/src/progs/ingenuity/test2.ingen.ttl";
+ //Glib::ustring document_uri = "file:///home/dave/code/drobillanet/ingen/src/progs/ingenuity/test2.ingen.ttl";
if (patch_uri == "")
patch_uri = "<>"; // FIXME: Will load every patch in the file?