]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMPackage.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMPackage.h
index 5af92109b50611d289ab2c1f78c324c75633565a..a644aae99b3c35ce788fadd1efbbe71a3035517c 100644 (file)
@@ -45,9 +45,10 @@ class modelCDMPackage : public modelCDMIProjectTreeNode
 {
 public:
   modelCDMPackage();
+  modelCDMPackage(const std::string& path, const int& level = 1);
   ~modelCDMPackage();
 
-  const std::string& GetName() const;
+  const std::string& GetNamePackage() const;
   const std::string& GetAuthors() const;
   const std::string& GetAuthorsEmail() const;
   const std::string& GetVersion() const;
@@ -70,7 +71,7 @@ public:
   virtual const bool Refresh(std::string*& result);
 
 private:
-  std::string name;
+  std::string namePackage;
   std::string authors;
   std::string authorsEmail;
   std::string version;