X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConnection.h;h=2b1fe73d680ac0182199c16703eeb17fc7c1aea6;hb=24e6d3d5d040c30878c7cbaf45db9bf001985713;hp=754004144c12a6fda619495507dfb3a10614406d;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkConnection.h b/kernel/src/bbtkConnection.h index 7540041..2b1fe73 100644 --- a/kernel/src/bbtkConnection.h +++ b/kernel/src/bbtkConnection.h @@ -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