summaryrefslogtreecommitdiffstats
path: root/src/engine/QueuedEngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/QueuedEngineInterface.hpp')
-rw-r--r--src/engine/QueuedEngineInterface.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp
index f12a1b23..2a94abff 100644
--- a/src/engine/QueuedEngineInterface.hpp
+++ b/src/engine/QueuedEngineInterface.hpp
@@ -74,8 +74,8 @@ public:
virtual void put(const Raul::Path& path,
const Shared::Resource::Properties& properties);
- virtual void rename(const Raul::Path& old_path,
- const Raul::Path& new_path);
+ virtual void move(const Raul::Path& old_path,
+ const Raul::Path& new_path);
virtual void connect(const Raul::Path& src_port_path,
const Raul::Path& dst_port_path);
@@ -98,7 +98,7 @@ public:
uint32_t voice,
const Raul::Atom& value);
- virtual void destroy(const Raul::Path& path);
+ virtual void del(const Raul::Path& path);
virtual void clear_patch(const Raul::Path& patch_path);