summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-02-18 17:17:56 +0000
committerTim Redfern <tim@herge.(none)>2013-02-18 17:17:56 +0000
commitcf2008e4656494e0fb2e0292442c21d08ed1e54e (patch)
treec8e85e622feac8bbd8dcc3ef9787533e66aa405a
parentb5ac1eb4bc06e6ae3cd2a908270640bc5181257b (diff)
plugins loading and failing
-rw-r--r--interfaces02.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/interfaces02.h b/interfaces02.h
index f0b8ef7..1762745 100644
--- a/interfaces02.h
+++ b/interfaces02.h
@@ -1,5 +1,5 @@
/*
-
+requirement driven design
*/
@@ -16,6 +16,9 @@ namespace rotor {
class base_node: public abstract_object{
};
+ class image_node: public base_node{
+
+ };
class patch_bay{ //the whole thing
};