X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Application.h;h=879fc7652c6b0943538a4c2097752536c5e06773;hb=c7cf59e092fe050003d1e556715e3ac97acf6bd4;hp=b20eaefc8d820e7b8563fbd697485b71164e07ab;hpb=ac7145bc4d05b5df24b7bb28e968dfdc2930aed6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Application.h b/src/HYDROData/HYDROData_Application.h index b20eaefc..879fc765 100644 --- a/src/HYDROData/HYDROData_Application.h +++ b/src/HYDROData/HYDROData_Application.h @@ -1,3 +1,25 @@ +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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 HYDROData_Application_HeaderFile #define HYDROData_Application_HeaderFile @@ -24,14 +46,14 @@ public: // useful methods inside of the package public: // Redefined OCAF methods //! Return name of resource (i.e. "Standard") - Standard_CString ResourcesName(); + HYDRODATA_EXPORT Standard_CString ResourcesName(); //! Return format (i.e "MDTV-Standard") //! \param theFormats sequence of allowed formats for input/output - virtual void Formats(TColStd_SequenceOfExtendedString& theFormats); + HYDRODATA_EXPORT virtual void Formats(TColStd_SequenceOfExtendedString& theFormats); //! Constructor //! Use method GetInstance() method to obtain //! the static instance of the object (or derive your own application) - HYDROData_Application(); + HYDRODATA_EXPORT HYDROData_Application(); // CASCADE RTTI DEFINE_STANDARD_RTTI(HYDROData_Application)