]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBox.h
index ef9fc415b7f723f7c52d63df84393bab3bc61f0c..7236a60a32b857cc6475eb87c94d4ab86fd8eb98 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:12 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/12/11 09:50:35 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -152,11 +152,6 @@ namespace bbtk
     /// Constructor from an existing box (copy) with a new name 
     ComplexBlackBox(ComplexBlackBox& from, const std::string &name);
     
-  public:
-    IOStatus bbBackwardUpdate(Connection::Pointer caller);
-    //  void bbForwardUpdate(Connection* caller);
-    void bbSetModifiedStatus(BlackBoxInputConnector* c);
-
   protected: