4 * Created on: 13/11/2012
8 #ifndef MODELCDMPROJECT_H_
9 #define MODELCDMPROJECT_H_
11 #include "modelCDMIProjectTreeNode.h"
13 class modelCDMProject : public modelCDMIProjectTreeNode
17 modelCDMProject(std::string name, std::string path, unsigned char type, int level);
22 #endif /* MODELCDMPROJECT_H_ */