X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxInputConnector.cxx;h=5c2bd13a28f19a6c24f1767a8a936bb7c09e8cc5;hb=8965e4e1549b192530d9570e9e2c4f755cf87a02;hp=1bbde7331d0a0d202ed8821a029a4b9e2cb8d5df;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxInputConnector.cxx b/kernel/src/bbtkBlackBoxInputConnector.cxx index 1bbde73..5c2bd13 100644 --- a/kernel/src/bbtkBlackBoxInputConnector.cxx +++ b/kernel/src/bbtkBlackBoxInputConnector.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxInputConnector.cxx,v $ Language: C++ - Date: $Date: 2008/04/18 12:59:15 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/04/24 10:11:28 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,7 @@ namespace bbtk { BlackBoxInputConnector::BlackBoxInputConnector(BlackBox::Pointer b) - : mBox(b), mConnection(), mStatus(MODIFIED) + : mBox(b), mConnection(0), mStatus(MODIFIED) { bbtkDebugMessage("Kernel",9,"BlackBoxInputConnector::BlackBoxInputConnector()"< BlackBoxInputConnector::BackwardUpdate()" + <BackwardUpdate(); + IOStatus s = mConnection->BackwardUpdate(); mStatus = s; } else @@ -67,8 +67,6 @@ namespace bbtk mStatus = UPTODATE; } - bbtkDecTab("Process",4); - return mStatus; }