summaryrefslogtreecommitdiffstats
path: root/src/common/interface/ClientInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/ClientInterface.h')
-rw-r--r--src/common/interface/ClientInterface.h6
1 files changed, 3 insertions, 3 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;