summaryrefslogtreecommitdiffstats
path: root/src/common/interface/CommonInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/CommonInterface.hpp')
-rw-r--r--src/common/interface/CommonInterface.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp
index d5a40711..d0d81945 100644
--- a/src/common/interface/CommonInterface.hpp
+++ b/src/common/interface/CommonInterface.hpp
@@ -23,6 +23,7 @@
#include "raul/SharedPtr.hpp"
#include "raul/Atom.hpp"
#include "interface/CommonInterface.hpp"
+#include "interface/GraphObject.hpp"
namespace Ingen {
namespace Shared {
@@ -44,6 +45,8 @@ public:
/** End (and send) an atomic bundle */
virtual void bundle_end() = 0;
+ virtual void new_object(const GraphObject* object) = 0;
+
virtual void new_patch(const std::string& path,
uint32_t poly) = 0;