summaryrefslogtreecommitdiffstats
path: root/src/client/OSCEngineSender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/OSCEngineSender.hpp')
-rw-r--r--src/client/OSCEngineSender.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/OSCEngineSender.hpp b/src/client/OSCEngineSender.hpp
index 75cf3db1..98d2d40c 100644
--- a/src/client/OSCEngineSender.hpp
+++ b/src/client/OSCEngineSender.hpp
@@ -73,9 +73,6 @@ public:
void register_client(ClientInterface* client);
void unregister_client(const Raul::URI& uri);
- // Engine commands
- void quit();
-
// Object commands
virtual void put(const Raul::URI& path,
@@ -86,7 +83,7 @@ public:
const Resource::Properties& remove,
const Resource::Properties& add);
- virtual void del(const Raul::Path& path);
+ virtual void del(const Raul::URI& uri);
virtual void move(const Raul::Path& old_path,
const Raul::Path& new_path);