Salome HOME
porting on linux
[modules/hydro.git] / src / HYDROData / HYDROData_Application.h
index b20eaefc8d820e7b8563fbd697485b71164e07ab..f15642436412370dce422d698e5a2c53068043e9 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2014-2015  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 HYDROData_Application_HeaderFile
 #define HYDROData_Application_HeaderFile
 
@@ -24,14 +42,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)