X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxOutputConnector.cxx;h=789cda41ffe91f058e491db6f424ccfc8351f9e6;hb=a16b50b85de5ca6a4dfdfbc5656b490e0d358f52;hp=c6813f250564ae15afce0b14bdcac3044b57e3d4;hpb=a7158b8ae6724e3b7cdf3c3a3aad1157365fbcb0;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxOutputConnector.cxx b/kernel/src/bbtkBlackBoxOutputConnector.cxx index c6813f2..789cda4 100644 --- a/kernel/src/bbtkBlackBoxOutputConnector.cxx +++ b/kernel/src/bbtkBlackBoxOutputConnector.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxOutputConnector.cxx,v $ Language: C++ - Date: $Date: 2008/12/08 14:02:15 $ - Version: $Revision: 1.10 $ + Date: $Date: 2008/12/10 09:33:18 $ + Version: $Revision: 1.11 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -120,18 +120,21 @@ namespace bbtk void BlackBoxOutputConnector::SignalChange( BlackBox::Pointer box, const std::string& output ) { - IOStatus s = OUTOFDATE; //mStatus; - //if (s==UPTODATE) s=MODIFIED; - - bbtkDebugMessage("change",2, + IOStatus s = OUTOFDATE; //mStatus; + //if (s==UPTODATE) s=MODIFIED; + + bbtkDebugMessage("change",2, "==> BlackBoxOutputConnector::SignalChange(" <bbGetFullName()<<",'" <bbGetFullName()<<",'" + // <bbGetFullName()<<",'" @@ -198,6 +201,7 @@ namespace bbtk //====================================================================== void BlackBoxOutputConnector::AddChangeObserver(OutputChangeCallbackType f) { + // std::cout << "BlackBoxOutputConnector::AddChangeObserver" << std::endl; mChangeSignal.connect(f); } //======================================================================