X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Translator.cpp;h=1c29d17657a230d4349605c96d6a37219d913e5b;hb=deed7a286b0da886e8ef021a572814abf5a9d3b8;hp=f215213e1b040b5cdb68464ea58b47bb304d7f15;hpb=eff1842480409939adfafb5b39bca801e834aedd;p=modules%2Fshaper.git diff --git a/src/Config/Config_Translator.cpp b/src/Config/Config_Translator.cpp index f215213e1..1c29d1765 100644 --- a/src/Config/Config_Translator.cpp +++ b/src/Config/Config_Translator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 // #include "Config_Translator.h" @@ -77,7 +76,6 @@ void Config_TSReader::processNode(xmlNodePtr theNode) myTranslator[aName][aSource] = aTranslat; } } -// LCOV_EXCL_STOP //****************************************************************************** //****************************************************************************** @@ -120,6 +118,7 @@ bool Config_Translator::load(const std::string& theFileName) } return true; } +// LCOV_EXCL_STOP std::string Config_Translator::translate(const Events_InfoMessage& theInfo) { @@ -176,7 +175,7 @@ std::string Config_Translator::translate(const std::string& theContext, return aMsg; } - +// LCOV_EXCL_START std::string Config_Translator::codec(const std::string& theContext) { return (myCodecs.count(theContext) > 0)? myCodecs[theContext] : "UTF-8"; @@ -186,6 +185,7 @@ std::string Config_Translator::codec(const Events_InfoMessage& theInfo) { return codec(theInfo.context()); } +// LCOV_EXCL_STOP #ifdef _DEBUG #ifdef MISSED_TRANSLATION