X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_DataModelReader.cpp;h=20e8203508c9ec8f034260b970241df8f9c70dc5;hb=bdbfb368d71ed11cc0391354a7d86c880cd94949;hp=afd688ed538e072fd344c88d5feb6c786e53a39a;hpb=a8cfbfb436c27ff96edd5c808e9a452c35cef207;p=modules%2Fshaper.git diff --git a/src/Config/Config_DataModelReader.cpp b/src/Config/Config_DataModelReader.cpp index afd688ed5..20e820350 100644 --- a/src/Config/Config_DataModelReader.cpp +++ b/src/Config/Config_DataModelReader.cpp @@ -29,8 +29,9 @@ void Config_DataModelReader::processNode(xmlNodePtr theNode) std::string aName = getProperty(theNode, FOLDER_NAME); std::string aGroupType = getProperty(theNode, GROUP_TYPE); if (aName.empty() || aGroupType.empty()) - Events_InfoMessage("Config_DataModelReader", "Reading dataModel.xml: wrong folder definition.").send(); - + Events_InfoMessage("Config_DataModelReader", + "Reading dataModel.xml: wrong folder definition.").send(); + std::string aIcon = getProperty(theNode, NODE_ICON); std::string aEmpty = getProperty(theNode, SHOW_EMPTY); std::string aFeatures = getProperty(theNode, FOLDER_FEATURES); @@ -90,7 +91,7 @@ int Config_DataModelReader::subFolderId(std::string theType) const return -1; } -std::string getFolderFeatures(const std::string& theFolderName, +std::string getFolderFeatures(const std::string& theFolderName, const std::vector& theNames, const std::vector& theFeatures) {