]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMBlackBox.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMBlackBox.h
index 6755448723716dc7d2d9aee73f0b944db256ce74..7c0bb089e65aa2d6e6f7c4b39a7cf7e21632a663 100644 (file)
 
 #include<iostream>
 
-class modelCDMBlackBox
+#include"modelCDMFolder.h"
+
+class modelCDMBlackBox : public modelCDMFolder
 {
 public:
   modelCDMBlackBox();
   ~modelCDMBlackBox();
 
-  const std::string& GetName() const;
+  const std::string& GetNameBlackBox() const;
   const std::string& GetAuthors() const;
   const std::string& GetAuthorsEmail() const;
   const std::string& GetCategories() const;
@@ -57,10 +59,10 @@ public:
 
   bool OpenCxx(std::string*& result);
   bool OpenHxx(std::string*& result);
-  bool Refresh(std::string*& result);
+  const bool Refresh(std::string*& result);
 
 private:
-  std::string name;
+  std::string nameBlackBox;
   std::string authors;
   std::string authorsEmail;
   std::string categories;