X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxInputConnector.cxx;h=5c2bd13a28f19a6c24f1767a8a936bb7c09e8cc5;hb=7a26044dd46cb80ab90ee1f63d3b4d8ce52b2d39;hp=9269ec1d1f235767faca011893777a6847fded88;hpb=71376d8384d5d21b5c56d36ecc8cbf31315c039a;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxInputConnector.cxx b/kernel/src/bbtkBlackBoxInputConnector.cxx index 9269ec1..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/02/05 13:23:46 $ - Version: $Revision: 1.2 $ + 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 @@ -22,10 +22,11 @@ */ #include "bbtkBlackBoxInputConnector.h" #include "bbtkMessageManager.h" +#include "bbtkBlackBox.h" namespace bbtk { - BlackBoxInputConnector::BlackBoxInputConnector(BlackBox* b) + BlackBoxInputConnector::BlackBoxInputConnector(BlackBox::Pointer b) : mBox(b), mConnection(0), mStatus(MODIFIED) { bbtkDebugMessage("Kernel",9,"BlackBoxInputConnector::BlackBoxInputConnector()"< BlackBoxInputConnector::BackwardUpdate()" + <BackwardUpdate(); mStatus = s; @@ -67,8 +67,6 @@ namespace bbtk mStatus = UPTODATE; } - bbtkDecTab("Process",4); - return mStatus; }