]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.h
Another ugly bug fixed in pipeline executing (bad transfer to parent in some cases...
[bbtk.git] / kernel / src / bbtkConnection.h
index 754004144c12a6fda619495507dfb3a10614406d..2b1fe73d680ac0182199c16703eeb17fc7c1aea6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConnection.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:13 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2008/11/13 14:46:43 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -62,8 +62,8 @@ namespace bbtk
   const int MODIFIED = 0;
   /// 
   const int UPTODATE = 1;
-  /// 
-  const int UPDATING = 2;
+  /// OBSOLETE 
+  ///  const int UPDATING = 2;
 
 
   class BBTK_EXPORT Connection : public Object