X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxOutputConnector.cxx;h=7535b352eae06e19751cb6fef8c47d4d096d6f24;hb=01f46ce7ba8fe9067dff0688706986475aaec73e;hp=70352ff2aebd66d5cc9008e38697ae6bda6620ef;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxOutputConnector.cxx b/kernel/src/bbtkBlackBoxOutputConnector.cxx index 70352ff..7535b35 100644 --- a/kernel/src/bbtkBlackBoxOutputConnector.cxx +++ b/kernel/src/bbtkBlackBoxOutputConnector.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxOutputConnector.cxx,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/02/05 13:23:46 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,12 +32,12 @@ namespace bbtk BlackBoxOutputConnector::BlackBoxOutputConnector() // : mStatus(MODIFIED) { - bbtkDebugMessage("Core",9,"BlackBoxOutputConnector::BlackBoxOutputConnector()"<::iterator i; @@ -45,13 +45,13 @@ namespace bbtk { delete *i; } - bbtkDebugDecTab("Core",9); + bbtkDebugDecTab("Kernel",9); } /// void BlackBoxOutputConnector::SetConnection(Connection* c) { - bbtkDebugMessage("Core",9,"BlackBoxOutputConnector::SetConnection(" + bbtkDebugMessage("Kernel",9,"BlackBoxOutputConnector::SetConnection(" <::iterator i; @@ -76,7 +76,7 @@ namespace bbtk } mConnection.erase(i); - bbtkDebugDecTab("Core",9); + bbtkDebugDecTab("Kernel",9); }