]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkItkBlackBoxMacros.h
Fixed Window deletion mechanism
[bbtk.git] / kernel / src / bbtkItkBlackBoxMacros.h
index 4a52d99523d73eac450507fda60041216d7ea95f..98adfcbea37a4142295b1969b0bf046a7839c791 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkItkBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/15 15:00:24 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/05/28 08:12:06 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
   public:                                                              \
   inline void bbUserProcess()                                          \
   {                                                                    \
-    bbtkDebugMessage("process",1,"**> Processing ["<<bbGetFullName()   \
-                    <<"]"<<std::endl);                                 \
+    bbtkBlackBoxDebugMessage("process",1,"**> Processing..."           \
+                            <<std::endl);                              \
     itkParent::Update();                                               \
-    bbtkDebugMessage("process",2,"<** Processing ["<<bbGetFullName()   \
-                    <<"]"<<std::endl);                 \
+    bbtkBlackBoxDebugMessage("process",2,"<** Processing"              \
+                            <<std::endl);                              \
   }                                                            
 
 //============================================================================