]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVtkBlackBoxMacros.h
Fixed Window deletion mechanism
[bbtk.git] / kernel / src / bbtkVtkBlackBoxMacros.h
index 45b83d94e605b382e6893ceb11a80970a80b7b0b..cdbd65540454cef4db8a8cfb7c8c63a5e6944580 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVtkBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/18 10:45:41 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2009/05/28 08:12:06 $
+  Version:   $Revision: 1.13 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
   public:                                                              \
   inline void bbUserProcess()                                          \
   {                                                                    \
-    bbtkDebugMessage("process",1,"**> Processing ["<<bbGetFullName()   \
-                    <<"]"<<std::endl);                                 \
+    bbtkBlackBoxDebugMessage("process",1,"**> Processing..."           \
+                            <<std::endl);                              \
     mVtkObject->Update();                                              \
-    bbtkDebugMessage("process",2,"<** Processing ["<<bbGetFullName()   \
-                    <<"]"<<std::endl);                                 \
+    bbtkBlackBoxDebugMessage("process",2,"<** Processing"              \
+                            <<std::endl);                              \
   }
 //============================================================================