]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.h
no message
[bbtk.git] / kernel / src / bbtkComplexBlackBox.h
index cf4000fbd5e0b4c6bac2bce1e51c9d22a48001fa..d70f8a0dd7d59ba99cc4ab7037f211c823110996 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:54:13 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/10/05 22:44:48 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -47,6 +47,7 @@
 #include "bbtkComplexBlackBoxDescriptor.h"
 //#include "bbtkComplexBlackBoxInputDescriptor.h"
 //#include "bbtkComplexBlackBoxOutputDescriptor.h"
+#include "creaSystem.h"
 #include <list>
 
 namespace bbtk
@@ -152,12 +153,6 @@ namespace bbtk
     /// Constructor from an existing box (copy) with a new name 
     ComplexBlackBox(ComplexBlackBox& from, const std::string &name);
     
-  public:
-    //IOStatus 
-    void bbBackwardUpdate(Connection::Pointer caller);
-    //  void bbForwardUpdate(Connection* caller);
-    //    void bbSetModifiedStatus(BlackBoxInputConnector* c);
-
   protected: