]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputConnector.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputConnector.h
index 58d1c21404ddabb4b507b5d3aa9d6522c44af550..80559c20101c9570fbdea8a04e565b9049ac24f3 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/10 09:33:18 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/12/15 09:04:46 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -127,11 +127,9 @@ namespace bbtk
     ConnectionVector mConnection;
     /// The status of the output 
     IOStatus mStatus;
-
+    /// The output changed signal 
     BlackBox::OutputChangeSignalType mChangeSignal;
 
-    // The change time
-//    ChangeTime mChangeTime;
   };
   
 }