X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_swig.h;h=4d6ff56fa12b0e7314685a3b6261772c861f56a7;hb=4725b6d71721fcbfc2172f4cca67af92cd14854e;hp=250b8f8666c6515a60e07f28f8555235b453513a;hpb=266f5a5c2132719049c303265adee362d0e702b4;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_swig.h b/src/ModelHighAPI/ModelHighAPI_swig.h index 250b8f866..4d6ff56fa 100644 --- a/src/ModelHighAPI/ModelHighAPI_swig.h +++ b/src/ModelHighAPI/ModelHighAPI_swig.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModelHighAPI_swig.h -// Created: Mar 29, 2016 -// Author: Sergey POKHODENKO +// 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 SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_ #define SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_ @@ -14,14 +27,22 @@ #include "ModelHighAPI.h" #include "ModelHighAPI_Double.h" #include "ModelHighAPI_Dumper.h" + #include "ModelHighAPI_Folder.h" #include "ModelHighAPI_Integer.h" #include "ModelHighAPI_Interface.h" #include "ModelHighAPI_Macro.h" #include "ModelHighAPI_RefAttr.h" #include "ModelHighAPI_Reference.h" #include "ModelHighAPI_Selection.h" - #include "ModelHighAPI_ComponentValue.h" #include "ModelHighAPI_Services.h" #include "ModelHighAPI_Tools.h" + #ifdef _MSC_VER + # pragma warning(disable: 4127) // conditional expression is constant + # pragma warning(disable: 4456) // declaration of variable hides previous local declaration + # pragma warning(disable: 4459) // declaration of variable hides global declaration + # pragma warning(disable: 4701) // potentially uninitialized local variable + # pragma warning(disable: 4703) // potentially uninitialized local pointer variable + #endif + #endif /* SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_ */