]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputConnector.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputConnector.cxx
index 35dd02454c05431c62b10d68bfafbf3be6b39b92..5b990f6db00ca50b7562cfd49e6abb5347e8249e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/22 14:30:25 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/04/23 14:49:27 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -97,16 +97,17 @@ namespace bbtk
   
   void BlackBoxOutputConnector::SetModifiedStatus()
   {
-    bbtkDebugMessageInc("Process",5,
-                       "BlackBoxOutputConnector::SetModifiedStatus()"
-                       <<std::endl);
+    bbtkDebugMessage("modified",2,
+                    "==> BlackBoxOutputConnector::SetModifiedStatus() ["
+                    <<this<<"]"
+                    <<std::endl);
     ConnectionVector::iterator i;
     for (i=mConnection.begin();i!=mConnection.end();++i) 
       {
        (*i)->SetModifiedStatus();
       }
     
-    bbtkDebugDecTab("Process",5);
+    //    bbtkDebugDecTab("Process",5);
     
    }