/* * modelCDMProject.h * * Created on: 13/11/2012 * Author: daniel */ #ifndef MODELCDMPROJECT_H_ #define MODELCDMPROJECT_H_ #include "modelCDMIProjectTreeNode.h" class modelCDMProject : public modelCDMIProjectTreeNode { public: modelCDMProject(); modelCDMProject(std::string name, std::string path, unsigned char type, int level); ~modelCDMProject(){} }; #endif /* MODELCDMPROJECT_H_ */