X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_FeatureReader.h;h=e3d1098f9e8e419dd3a41765474610186dc058d6;hb=95ff1008bc8215fdeafd7d253dc5a6f33e949363;hp=de2c96ca9237c5a08f332480fd9fff9ec5d971b4;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/Config/Config_FeatureReader.h b/src/Config/Config_FeatureReader.h index de2c96ca9..e3d1098f9 100644 --- a/src/Config/Config_FeatureReader.h +++ b/src/Config/Config_FeatureReader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef CONFIG_FEATUREREADER_H_ @@ -41,6 +40,7 @@ class Config_FeatureReader : public Config_XMLReader /// Constructor Config_FeatureReader(const std::string& theXmlFile, const std::string& theLibraryName, + const std::string& theDocSection = std::string(), const char* theEventGenerated = 0); virtual ~Config_FeatureReader(); /// Returns list of all features defined in reader's file @@ -62,6 +62,7 @@ class Config_FeatureReader : public Config_XMLReader private: std::string myLibraryName; + std::string myLibraryDocSection; std::list myFeatures; /// event generated on feature data sending, by default it is Config_FeatureMessage::GUI_EVENT()