]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
Compil sous Windows
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index a66ecc617eb28f3c0c1c00c4c115505f2fd830fb..38474a005630edb70ad6fc86ace7c5434bbcadee 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 10:11:28 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2008/05/06 13:45:12 $
+  Version:   $Revision: 1.17 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -491,13 +491,16 @@ namespace bbtk
     // call 'standard' BlackBox execution method
     if (!bbGetUpdateTransferedToParent()) 
       { 
-       AtomicBlackBox::bbBackwardUpdate(caller);
+         AtomicBlackBox::bbBackwardUpdate(caller);
       }
     
     bbtkDebugMessageDec("process",3,
                        "<= WxBlackBox::bbBackwardUpdate() ["
                        <<bbGetFullName()<<"]"<<std::endl);
     
+   return bbGetStatus();
+     
+
   }
 
   //=========================================================================