]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMPackage.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMPackage.h
index de1b0a9a6d855f1e98da4233a64ec7ef04a0fc45..471dbb35f6836e5d0f9e06a276d47375b8aeb813 100644 (file)
@@ -37,6 +37,7 @@
 
 #include<iostream>
 #include<vector>
+#include<map>
 
 #include"modelCDMFolder.h"
 #include"modelCDMPackageSrc.h"
@@ -73,6 +74,8 @@ public:
   );
   virtual const bool Refresh(std::string*& result);
 
+  void CheckStructure(std::map<std::string, bool>& properties);
+
 private:
   std::string namePackage;
   std::string authors;