summaryrefslogtreecommitdiffstats
path: root/src/engine/ClientBroadcaster.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-27 19:48:44 +0000
committerDavid Robillard <d@drobilla.net>2009-05-27 19:48:44 +0000
commitaad41d097d9d4e3aff25616f86fa3a77653a10d1 (patch)
tree8562c9270fad44a01d8011d38ec146af6d46a515 /src/engine/ClientBroadcaster.hpp
parent0c1576d21588ece4e226da04523f36adac3a14c3 (diff)
downloadingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.tar.gz
ingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.tar.bz2
ingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.zip
Add methods documentation page.
Clean up OSC documentation pages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2013 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/ClientBroadcaster.hpp')
-rw-r--r--src/engine/ClientBroadcaster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ClientBroadcaster.hpp b/src/engine/ClientBroadcaster.hpp
index a207b6d7..2aea8eb0 100644
--- a/src/engine/ClientBroadcaster.hpp
+++ b/src/engine/ClientBroadcaster.hpp
@@ -64,7 +64,7 @@ public:
void send_plugins(const NodeFactory::Plugins& plugin_list);
void send_object(const GraphObjectImpl* p, bool recursive);
- void send_destroyed(const Raul::Path& path);
+ void send_deleted(const Raul::Path& path);
void send_clear_patch(const Raul::Path& patch_path);
void send_connection(const SharedPtr<const ConnectionImpl> connection);
void send_disconnection(const Raul::Path& src_port_path, const Raul::Path& dst_port_path);