X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBoxOutputDescriptor.cxx;h=504199a350164513b1daf2f1f1d870c22ea7bcf1;hb=fe455ba4df3ec334ad809d82a51f261f1edcd343;hp=7b2d71f0d1d58136ad595c782e0b7d08fa4bf00e;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx b/kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx index 7b2d71f..504199a 100644 --- a/kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx +++ b/kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkComplexBlackBoxOutputDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/02/06 14:14:22 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,19 +27,21 @@ namespace bbtk { - ComplexBlackBoxOutputDescriptor::ComplexBlackBoxOutputDescriptor( const std::string& name, - const std::string& description, - const std::string& target, - const std::string& output, - TypeInfo type) + ComplexBlackBoxOutputDescriptor:: + ComplexBlackBoxOutputDescriptor( TypeInfo creator_type_info, + const std::string& name, + const std::string& description, + const std::string& target, + const std::string& output, + TypeInfo type) : - BlackBoxOutputDescriptor(name,description), + BlackBoxOutputDescriptor(creator_type_info,name,description), mTarget(target), mOutput(output), mType(type) { - bbtkDebugMessage("Core",9,"ComplexBlackBoxOutputDescriptor::ComplexBlackBoxOutputDescriptor(\""<