X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Translator.h;h=59ae443c4286d635836931ee62f9a15ae81e5deb;hb=666aaed5551ebb151d6a06a52d5a234e40c30129;hp=9359085fa4e6f75c536058c7e60259b08993de5f;hpb=efe17b3c886ebdac71a0090714db258ce15bd45a;p=modules%2Fshaper.git diff --git a/src/Config/Config_Translator.h b/src/Config/Config_Translator.h index 9359085fa..59ae443c4 100644 --- a/src/Config/Config_Translator.h +++ b/src/Config/Config_Translator.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: Config_Translator.h -// Created: 31 May 2016 -// Author: Vitaly SMETANNIKOV +// Copyright (C) 2014-2022 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef Config_Translator_H #define Config_Translator_H @@ -15,7 +28,7 @@ /// The definition provides collection and writing of missed translations -#define MISSED_TRANSLATION +//#define MISSED_TRANSLATION /** * \class Config_Translator @@ -55,7 +68,7 @@ public: * \param theParams a list of parameters (can be empty) */ static CONFIG_EXPORT std::string translate(const std::string& theContext, - const std::string& theMessage, + const std::string& theMessage, const std::list& theParams = std::list());