]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.cxx
examples
[bbtk.git] / kernel / src / bbtkComplexBlackBox.cxx
index a3d2ce3e2acaec4c995da3e7caaabd1ff09415f1..116c503674369064da5777fbc734ab32df316119 100644 (file)
@@ -3,8 +3,8 @@
 Program:   bbtk
 Module:    $RCSfile: bbtkComplexBlackBox.cxx,v $
 Language:  C++
-Date:      $Date: 2008/02/06 10:53:02 $
-Version:   $Revision: 1.3 $
+Date:      $Date: 2008/02/18 10:41:02 $
+Version:   $Revision: 1.5 $
                                                                                 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See Doc/License.txt or
@@ -231,7 +231,7 @@ namespace bbtk
                        "ComplexBlackBox::bbExecute() ["
                        <<bbGetFullName()<<"]"<<std::endl);
 
-    wx::BeginBusyCursor();
+    Wx::BeginBusyCursor();
     
     if (mExecutionList.size() != 0) 
       {
@@ -254,7 +254,7 @@ namespace bbtk
          }
       } 
 
-    wx::EndBusyCursor();
+    Wx::EndBusyCursor();
     
     bbtkDebugDecTab("Process",1);
     
@@ -725,6 +725,7 @@ namespace bbtk
                                               bool instanceOrtype,
                                               bool relative_link )   
   {
+printf("EED ComplexBlackBox::bbWriteDotFileBlackBox 01\n");
     std::string tmp1;
     std::string valueStr("");
     Package *package = this->bbGetDescriptor()->GetPackage(); 
@@ -953,7 +954,7 @@ namespace bbtk
            } // if second
        } // for
     } // if parentblackbox
-
+printf("EED ComplexBlackBox::bbWriteDotFileBlackBox 02\n");
   }
   //=========================================================================