]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLib.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLib.cpp
index e8a4ac9b45270d602f0043e919aff5fded02c1ef..2324eb9148f0a706992f23a825daaaf70567a7cf 100644 (file)
 
 #include "modelCDMLib.h"
 
+#include "creaWx.h"
+#include "wx/dir.h"
+
 modelCDMLib::modelCDMLib()
 {
 }
 
+modelCDMLib::modelCDMLib(const std::string& path, const int& level)
+{
+  this->type = wxDIR_DIRS;
+  this->name = "lib";
+  this->level = level;
+  this->path = path;
+}
+
 modelCDMLib::~modelCDMLib()
 {
 }