X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConnection.cxx;fp=kernel%2Fsrc%2FbbtkConnection.cxx;h=4e39eb45668d740ace70c5f68f1f7149e7333ece;hb=13aaa782a7f5942f5072728201750c06afbdfb2d;hp=38051fbff9e41ac2b83df54e4bf2e5e53062ca38;hpb=a7158b8ae6724e3b7cdf3c3a3aad1157365fbcb0;p=bbtk.git diff --git a/kernel/src/bbtkConnection.cxx b/kernel/src/bbtkConnection.cxx index 38051fb..4e39eb4 100644 --- a/kernel/src/bbtkConnection.cxx +++ b/kernel/src/bbtkConnection.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConnection.cxx,v $ Language: C++ - Date: $Date: 2008/12/08 14:02:15 $ - Version: $Revision: 1.17 $ + Date: $Date: 2008/12/09 11:48:31 $ + Version: $Revision: 1.18 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -341,7 +341,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, /// Backward Update void Connection::BackwardUpdate() { - bbtkDebugMessage("process",5, + bbtkDebugMessage("process",3, "===> Connection::BackwardUpdate() [" <bbGetOutputConnector(mOutput).GetStatus() == OUTOFDATE) - s = OUTOFDATE, + { + s = OUTOFDATE; + } mTo->bbGetInputConnector(mInput).SetStatus(s); - - bbtkDebugMessage("process",5, + + bbtkDebugMessage("process",3, + " --> '"<bbGetName()<<"."<bbGetInputConnector(mInput)<<"] " + <<"' new status '" + < Connection::OnOutputChange("< Connection::OnOutputChange(" + <