diff options
author | David Robillard <d@drobilla.net> | 2006-06-12 17:40:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-12 17:40:20 +0000 |
commit | e3600c6bd795fabff12faa4352bf3ba76b324222 (patch) | |
tree | 065356ecdd4151ceb30c822a3767401dc897c287 /src/libs/client/Store.h | |
parent | efee2b08f575e2c216cffa6f08a928223ab2cedb (diff) | |
download | ingen-e3600c6bd795fabff12faa4352bf3ba76b324222.tar.gz ingen-e3600c6bd795fabff12faa4352bf3ba76b324222.tar.bz2 ingen-e3600c6bd795fabff12faa4352bf3ba76b324222.zip |
Disconnecting working in GTK client
git-svn-id: http://svn.drobilla.net/lad/grauph@33 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r-- | src/libs/client/Store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h index b17d30c2..27850bcf 100644 --- a/src/libs/client/Store.h +++ b/src/libs/client/Store.h @@ -72,6 +72,7 @@ private: void new_port_event(const string& path, const string& data_type, bool is_output); void metadata_update_event(const string& subject_path, const string& predicate, const string& value); void connection_event(const string& src_port_path, const string& dst_port_path); + void disconnection_event(const string& src_port_path, const string& dst_port_path); map<string, CountedPtr<ObjectModel> > m_objects; ///< Keyed by Om path map<string, CountedPtr<PluginModel> > m_plugins; ///< Keyed by URI |