]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.cpp
diff --git a/lib/creaDevManagerLib/modelCDMProject.cpp b/lib/creaDevManagerLib/modelCDMProject.cpp
new file mode 100644 (file)
index 0000000..0ad6fe4
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * modelCDMProject.cpp
+ *
+ *  Created on: 13/11/2012
+ *      Author: daniel
+ */
+
+#include "modelCDMProject.h"
+
+modelCDMProject::modelCDMProject(std::string name, std::string path, unsigned char type, int level)
+{
+  this->name = name;
+  this->path = path;
+  this->type = type;
+  this->level = level;
+}
+