]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBox.cxx
index f9cae866fd95b1742c48865f6ac11260a6d1729b..ae3ea1f770e2cdaa517a3cf27417b44510e70796 100644 (file)
@@ -3,8 +3,8 @@
 Program:   bbtk
 Module:    $RCSfile: bbtkBlackBox.cxx,v $
 Language:  C++
-Date:      $Date: 2008/02/05 13:23:46 $
-Version:   $Revision: 1.2 $
+Date:      $Date: 2008/02/08 10:05:38 $
+Version:   $Revision: 1.3 $
                                                                                 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See doc/license.txt or
@@ -89,7 +89,7 @@ namespace bbtk
                        "=> BlackBox::bbExecute() ["
                        <<bbGetFullName()<<"]"<<std::endl);
 
-    wx::BeginBusyCursor();
+    Wx::BeginBusyCursor();
 
     // If execution frozen : return
     if (bbGlobalGetFreezeExecution()) 
@@ -104,7 +104,7 @@ namespace bbtk
     // Calls the main recursive update method 
     bbBackwardUpdate(0);
 
-    wx::EndBusyCursor();
+    Wx::EndBusyCursor();
 
     bbtkDebugMessageDec("Process",1,
                        "<= BlackBox::bbExecute() ["
@@ -303,7 +303,7 @@ namespace bbtk
   { 
     return ( bbGlobalGetSomeBoxExecuting() 
 #ifdef _USE_WXWIDGETS_
-            || WxBlackBox::bbGlobalIsSomeWindowAlive() 
+            || Wx::IsSomeWindowAlive() 
 #endif
             ); 
   }