summaryrefslogtreecommitdiffstats
path: root/src/common/interface
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-22 05:00:29 +0000
committerDavid Robillard <d@drobilla.net>2007-01-22 05:00:29 +0000
commitea3586e44a1621f97298e667a79f4c4f75f902ba (patch)
tree690673160bab500b197b0be8551daf55e927104b /src/common/interface
parent6fc1fa0d3bec4b82cb3af4c4e887241087899e7e (diff)
downloadingen-ea3586e44a1621f97298e667a79f4c4f75f902ba.tar.gz
ingen-ea3586e44a1621f97298e667a79f4c4f75f902ba.tar.bz2
ingen-ea3586e44a1621f97298e667a79f4c4f75f902ba.zip
Created Raul namespace.
git-svn-id: http://svn.drobilla.net/lad/ingen@265 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common/interface')
-rw-r--r--src/common/interface/ClientInterface.h6
-rw-r--r--src/common/interface/EngineInterface.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/common/interface/ClientInterface.h b/src/common/interface/ClientInterface.h
index 3cf2ea13..72f2928c 100644
--- a/src/common/interface/ClientInterface.h
+++ b/src/common/interface/ClientInterface.h
@@ -96,9 +96,9 @@ public:
virtual void disconnection(string src_port_path,
string dst_port_path) = 0;
- virtual void metadata_update(string subject_path,
- string predicate,
- Atom value) = 0;
+ virtual void metadata_update(string subject_path,
+ string predicate,
+ Raul::Atom value) = 0;
virtual void control_change(string port_path,
float value) = 0;
diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h
index ae647fed..8be01abe 100644
--- a/src/common/interface/EngineInterface.h
+++ b/src/common/interface/EngineInterface.h
@@ -111,7 +111,7 @@ public:
virtual void set_metadata(const string& path,
const string& predicate,
- const Atom& value) = 0;
+ const Raul::Atom& value) = 0;
// Requests //