X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMBlackBox.cpp;fp=lib%2FcreaDevManagerLib%2FmodelCDMBlackBox.cpp;h=db8b11cae0ec81145b5a42b023e3b3d0c3be818e;hb=58e994c7ddc088821aa0f583354216c6376405c8;hp=f285f780e194e08bfb3967ade36ddff667b3f539;hpb=667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMBlackBox.cpp b/lib/creaDevManagerLib/modelCDMBlackBox.cpp index f285f78..db8b11c 100644 --- a/lib/creaDevManagerLib/modelCDMBlackBox.cpp +++ b/lib/creaDevManagerLib/modelCDMBlackBox.cpp @@ -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;