]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBox.cxx
index b651c09dbe4e93e01918a174bc4b4861b38a8a30..49321eed2d2d639e78cab3a8f556c90ae39f0d37 100644 (file)
@@ -3,8 +3,8 @@
 Program:   bbtk
 Module:    $RCSfile: bbtkBlackBox.cxx,v $
 Language:  C++
-Date:      $Date: 2008/07/23 11:46:10 $
-Version:   $Revision: 1.22 $
+Date:      $Date: 2008/07/24 14:37:05 $
+Version:   $Revision: 1.23 $
                                                                                 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See doc/license.txt or
@@ -147,8 +147,7 @@ namespace bbtk
                        "=> BlackBox::bbExecute() ["
                        <<bbGetFullName()<<"]"<<std::endl);
  
-       wxBusyCursor wait;
-    //EED Wx::BeginBusyCursor();
+    Wx::BusyCursor wait;
 
     // If execution frozen : return
     if (bbGlobalGetFreezeExecution()) 
@@ -163,8 +162,6 @@ namespace bbtk
     // Calls the main recursive update method 
     bbBackwardUpdate(Connection::Pointer());
 
-    //EED Wx::EndBusyCursor();
-
     bbtkDebugMessageDec("process",2,
                        "<= BlackBox::bbExecute() ["
                        <<bbGetFullName()<<"]"<<std::endl);