]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Mon, 8 Dec 2008 13:05:59 +0000 (13:05 +0000)
committerguigues <guigues>
Mon, 8 Dec 2008 13:05:59 +0000 (13:05 +0000)
kernel/src/bbtkBlackBoxInputConnector.h
kernel/src/bbtkBlackBoxOutputConnector.h

index 05e414fbb56852cfab38763f417cb8358d1df429..4a886b6b455dcca8bdd379a8291b6b23e40dc031 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxInputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:53:56 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/12/08 13:05:59 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -42,7 +42,6 @@
 #define __bbtkBlackBoxInputConnector_h__
 
 #include "bbtkConnection.h"
-#include "bbtkChangeTime.h"
 #include <vector>
 
 namespace bbtk
index d94b481dfcc59a4eb5f4e530cb93549a717906b4..fdfb5eb0bb32ad6dd079d3b84609f55a1d462e8d 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:54:06 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/12/08 13:05:59 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -136,7 +136,7 @@ namespace bbtk
     BlackBox::OutputChangeSignalType mChangeSignal;
 
     // The change time
-    ChangeTime mChangeTime;
+//    ChangeTime mChangeTime;
   };
   
 }