From b853b3dde1f7028dd275f78433a6ad9b5b9f61c7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Sep 2006 23:15:42 +0000 Subject: More cleanups git-svn-id: http://svn.drobilla.net/lad/ingen@122 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/common/interface/EngineInterface.h') diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h index 864e1b6f..7dc996dc 100644 --- a/src/common/interface/EngineInterface.h +++ b/src/common/interface/EngineInterface.h @@ -63,6 +63,13 @@ public: const string& plugin_type, const string& plugin_uri, bool polyphonic) = 0; + + /** DEPRECATED */ + virtual void create_node(const string& path, + const string& plugin_type, + const string& library_name, + const string& plugin_label, + bool polyphonic) = 0; virtual void rename(const string& old_path, const string& new_name) = 0; -- cgit v1.2.1