X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_XAOImport.h;h=4935f592d5bf48555644a327b858a1a69a279bea;hb=5c6be24fd6035f7a030e76b8a369ef57b81893ca;hp=0bc5ec535d2a275777853e3b6606bc37ab637e90;hpb=081612e9534dedf1c51b7c22f2fe2b467e5a112f;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.h index 0bc5ec535..4935f592d 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.h @@ -1,8 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: GEOMALGOAPI_XAOImport.h -// Created: Nov 25, 2015 -// Author: Sergey POKHODENKO +// Copyright (C) 2014-2017 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 GEOMALGOAPI_XAOIMPORT_H_ #define GEOMALGOAPI_XAOIMPORT_H_ @@ -20,7 +34,6 @@ class Xao; /// Implementation of the import XAO files algorithms GEOMALGOAPI_EXPORT std::shared_ptr XAOImport(const std::string& theFileName, - const std::string& theFormatName, std::string& theError, XAO::Xao* theXao);