X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMPackage.h;h=67e69577ee3ef572f13cf82b74f838b1708cd173;hb=311bdcc514f85386f3bbbef9ff6a88bf69fd930f;hp=3745fb2154c41227c5cace3c99502350c3a00afc;hpb=cfa883d25e73975f73c20fefc1ec2c947d827938;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMPackage.h b/lib/creaDevManagerLib/modelCDMPackage.h index 3745fb2..67e6957 100644 --- a/lib/creaDevManagerLib/modelCDMPackage.h +++ b/lib/creaDevManagerLib/modelCDMPackage.h @@ -62,12 +62,13 @@ public: modelCDMBlackBox* CreateBlackBox( + std::string*& result, const std::string& name, const std::string& type = "std", const std::string& format = "C++", + const std::string& categories = "empty", const std::string& authors = "unknown", const std::string& authorsEmail = "", - const std::string& categories = "empty", const std::string& description = "no description" ); virtual const bool Refresh(std::string*& result);