]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMBlackBox.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMBlackBox.cpp
index f285f780e194e08bfb3967ade36ddff667b3f539..db8b11cae0ec81145b5a42b023e3b3d0c3be818e 100644 (file)
@@ -42,9 +42,9 @@ modelCDMBlackBox::~modelCDMBlackBox()
 {
 }
 
-const std::string& modelCDMBlackBox::GetName() const
+const std::string& modelCDMBlackBox::GetNameBlackBox() const
 {
-  return this->name;
+  return this->nameBlackBox;
 }
 
 const std::string& modelCDMBlackBox::GetAuthors() const
@@ -112,7 +112,7 @@ bool modelCDMBlackBox::OpenHxx(std::string*& result)
   return true;
 }
 
-bool modelCDMBlackBox::Refresh(std::string*& result)
+const bool modelCDMBlackBox::Refresh(std::string*& result)
 {
   //TODO: implement method
   return true;