X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBox.h;h=7be6b041e4e1f509daec099388550c29dc9a3d1c;hb=e6b2de923e0e69c303c7d18fb8a5c1970541bb3a;hp=3a5d8fb7c5ccbfdddd83c1eaa89ed9e336b21cf6;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBox.h b/kernel/src/bbtkComplexBlackBox.h index 3a5d8fb..7be6b04 100644 --- a/kernel/src/bbtkComplexBlackBox.h +++ b/kernel/src/bbtkComplexBlackBox.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkComplexBlackBox.h,v $ Language: C++ - Date: $Date: 2008/04/18 12:59:15 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/04/22 14:30:25 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -78,11 +78,9 @@ namespace bbtk bool setModified = true); /// Connects the input to the connection c - virtual void bbConnectInput( const std::string& name, - Connection::Pointer c); + virtual void bbConnectInput( const std::string& name, Connection* c); /// Connects the output to the connection c - virtual void bbConnectOutput( const std::string& name, - Connection::Pointer c); + virtual void bbConnectOutput( const std::string& name, Connection* c); BlackBox::Pointer bbGetBlackBox( const std::string& name );