summaryrefslogtreecommitdiffstats
path: root/src/shared/ClashAvoider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ClashAvoider.hpp')
-rw-r--r--src/shared/ClashAvoider.hpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp
index 376738a3..007331bc 100644
--- a/src/shared/ClashAvoider.hpp
+++ b/src/shared/ClashAvoider.hpp
@@ -48,18 +48,8 @@ public:
// Object commands
- virtual bool new_object(const GraphObject* object);
-
- virtual void new_patch(const Raul::Path& path,
- uint32_t poly);
-
- virtual void new_node(const Raul::Path& path,
- const Raul::URI& plugin_uri);
-
- virtual void new_port(const Raul::Path& path,
- const Raul::URI& type,
- uint32_t index,
- bool is_output);
+ virtual void put(const Raul::Path& path,
+ const Resource::Properties& properties);
virtual void rename(const Raul::Path& old_path,
const Raul::Path& new_path);