]> Creatis software - crea.git/blob - lib/creaDevManagerLib/modelCDMProject.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.h
1 /*
2  * modelCDMProject.h
3  *
4  *  Created on: 13/11/2012
5  *      Author: daniel
6  */
7
8 #ifndef MODELCDMPROJECT_H_
9 #define MODELCDMPROJECT_H_
10
11 #include "modelCDMIProjectTreeNode.h"
12
13 class modelCDMProject : public modelCDMIProjectTreeNode
14 {
15 public:
16   modelCDMProject();
17   modelCDMProject(std::string name, std::string path, unsigned char type, int level);
18   ~modelCDMProject(){}
19
20 };
21
22 #endif /* MODELCDMPROJECT_H_ */