Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / HEXABLOCK / Hex.hxx
index 7cdbc2aa0a13fd2d94cbe9cc502ed07d646febf3..113f7349b0709641f4c3ca849d44c49628180ce5 100755 (executable)
@@ -1,12 +1,12 @@
 
 // class : La clase principale de Hexa
 
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2016  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.
+// 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
 // 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
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef __HEX_H
 #define __HEX_H
 
-#include "Hex_defines.hxx"
-
 #include "hexa_base.hxx"
 
 #if defined WIN32
 
 BEGIN_NAMESPACE_HEXA
 
-class Hex;
-HEXABLOCKENGINE_EXPORT Hex*  hex_instance ();
+HexaExport Hex*  hex_instance ();
 
-class HEXABLOCKENGINE_EXPORT Hex
+class HexaExport Hex
 {
 public:
    static Hex* getInstance ();
@@ -75,7 +71,7 @@ private:
 #endif    // not SWIG
 };
 
-HEXABLOCKENGINE_EXPORT void what ();
+HexaExport void what ();
 
 END_NAMESPACE_HEXA
 #endif