diff options
author | David Robillard <d@drobilla.net> | 2008-08-16 22:59:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-16 22:59:01 +0000 |
commit | d72ed9fd506756c83d97b62f6640135f3b8c32bb (patch) | |
tree | c79cd1e6b3c75d81231fc354a77653469f003caf /src/common/interface/CommonInterface.hpp | |
parent | e9ea28e1efb241619606b937ecd2e97f7e23d897 (diff) | |
download | ingen-d72ed9fd506756c83d97b62f6640135f3b8c32bb.tar.gz ingen-d72ed9fd506756c83d97b62f6640135f3b8c32bb.tar.bz2 ingen-d72ed9fd506756c83d97b62f6640135f3b8c32bb.zip |
Closer...
git-svn-id: http://svn.drobilla.net/lad/ingen@1407 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common/interface/CommonInterface.hpp')
-rw-r--r-- | src/common/interface/CommonInterface.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index da147e9f..5f8fc1f5 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -53,6 +53,10 @@ public: virtual void disconnect(const std::string& src_port_path, const std::string& dst_port_path) = 0; + virtual void set_variable(const std::string& subject_path, + const std::string& predicate, + const Raul::Atom& value) = 0; + protected: CommonInterface() {} }; |