]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMApplication.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMApplication.cpp
index 17a660a4c6aa8e6d6a60f58249a2153ed68dc464..35a731cd129c23133c28b822c5ad112639552dfc 100644 (file)
@@ -68,9 +68,9 @@ const std::string& modelCDMApplication::GetNameApplication() const
   return this->nameApplication;
 }
 
-const std::string& modelCDMApplication::GetMainFile() const
+const std::string& modelCDMApplication::GetExecutableName() const
 {
-  return this->mainFile;
+  return this->executableName;
 }
 
 void modelCDMApplication::SetMainFile(const std::string& fileName)
@@ -87,12 +87,6 @@ bool modelCDMApplication::CreateFolder(
   return true;
 }
 
-bool modelCDMApplication::OpenCMakeListsFile(std::string*& result)
-{
-  //TODO: implement method
-  return true;
-}
-
 const bool modelCDMApplication::Refresh(std::string*& result)
 {
   //TODO: implement method