]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.h
Move some general usage methods to Utilities, to avoid dupplicate code :
[bbtk.git] / kernel / src / bbtkExecuter.h
index be6099a40643627533bc3cc4b23449b9855d4efb..5477c917bd05754fc28a790d96623d0395b73de1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkExecuter.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:02:00 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/01/22 16:55:04 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -43,16 +43,6 @@ namespace bbtk
 
   public:
 
-  /*
-   typedef enum 
-    {
-      NoDialog,
-      TextDialog,
-      GraphicalDialog
-    }
-    DialogModeType;
-*/    
-
     /// Constructor
     Executer();
 
@@ -174,7 +164,7 @@ namespace bbtk
     /// The root ComplexBlackBox, in which operations are done when outside a define/endefine block
     /// Its name in bbi is 'workspace'  
     ComplexBlackBoxDescriptor* mRoot;
-    
+
     /// Struct that stores info on user defined complex black boxes
     struct CBBDefinition
     {