]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMPackage.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMPackage.h
index 3745fb2154c41227c5cace3c99502350c3a00afc..67e69577ee3ef572f13cf82b74f838b1708cd173 100644 (file)
@@ -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);