diff options
author | David Robillard <d@drobilla.net> | 2010-01-29 04:01:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-01-29 04:01:29 +0000 |
commit | 1b964e850bbe3207fe9a65849520634955d141f0 (patch) | |
tree | 8af6d825e666bbe0c97ca8fd3b7c89558e2c32c0 /src/client/ClientStore.hpp | |
parent | d5a514148bec58cd7e97d032259362b2e19c0e95 (diff) | |
download | ingen-1b964e850bbe3207fe9a65849520634955d141f0.tar.gz ingen-1b964e850bbe3207fe9a65849520634955d141f0.tar.bz2 ingen-1b964e850bbe3207fe9a65849520634955d141f0.zip |
Send binding information to client.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2392 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index ba32b362..63b03dae 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -33,7 +33,7 @@ namespace Raul { class Atom; } namespace Ingen { -namespace Shared { class GraphObject; } +namespace Shared { class GraphObject; class MessageType; } namespace Client { @@ -96,6 +96,7 @@ private: // Slots for SigClientInterface signals void object_moved(const Raul::Path& old_path, const Raul::Path& new_path); void activity(const Raul::Path& path); + void binding(const Raul::Path& path, const Shared::MessageType& type); bool attempt_connection(const Raul::Path& src_port_path, const Raul::Path& dst_port_path); |