X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMApplication.h;fp=lib%2FcreaDevManagerLib%2FmodelCDMApplication.h;h=af3cbadf5910b74b48c8b87d78c0e3eedf983552;hb=2b6788596bc21c7942df4b0d6917eaf5b5d72277;hp=97d3a79e8f4ea69bc1128175d5d5348209ad91c7;hpb=609d8d48cae96384e664ec6b000e8ecfcbad6459;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMApplication.h b/lib/creaDevManagerLib/modelCDMApplication.h index 97d3a79..af3cbad 100644 --- a/lib/creaDevManagerLib/modelCDMApplication.h +++ b/lib/creaDevManagerLib/modelCDMApplication.h @@ -50,19 +50,16 @@ public: const std::string& GetNameApplication() const; const std::string& GetExecutableName() const; - void SetMainFile(const std::string& fileName); + bool SetExecutableName(const std::string& fileName, std::string*& result); + + modelCDMFolder* CreateFolder(const std::string& name, std::string*& result); - bool CreateFolder( - const std::string& name, - std::string*& result, - const std::string& path = "/" - ); virtual const bool Refresh(std::string*& result); private: std::string nameApplication; std::string executableName; - std::vector applications; + std::vector folders; }; #endif /* MODELCDMAPPLICATION_H_ */