]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMFolder.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMFolder.h
index 383f89d5deb5be8e421b86f568fe241e1ca9449c..2bda7074de4cbeae6df0cb95868ed6b4a107cefd 100644 (file)
@@ -51,10 +51,9 @@ public:
   modelCDMCMakeListsFile* GetCMakeLists() const;
   std::vector<modelCDMFolder*> GetFolders() const;
 
-  bool CreateFolder(
+  modelCDMFolder* CreateFolder(
       const std::string& name,
-      std::string*& result,
-      const std::string& path = "/"
+      std::string*& result
   );
   bool OpenCMakeListsFile(std::string* & result);
   virtual const bool Refresh(std::string*& result);