]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.h
index 942bc9c53b165326d3b68a8b39ba52ef6a366fdf..085d9e4f6e75dd2b2de966e697e6f4bee9c9e25f 100644 (file)
@@ -182,6 +182,7 @@ public:
    */
   modelCDMIProjectTreeNode* CreateApplication(
       const std::string& name,
+      const int& type,
       std::string*& result,
       const std::string& path = "/appli"
   );
@@ -241,7 +242,7 @@ public:
    * @param result Result message for connecting the project.
    * @return if the command cannot be executed it return false.
    */
-  bool Connect(std::string*& result);
+  bool Connect(std::string*& result, const std::string& folder);
 
   /**
    * Checks the CMakeLists files to see what's going to be compiled and what's not.