Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / HEXABLOCK / HexPipe.hxx
index 6c15ae210dfa4b18ddc9c3adcb00c1b34a22d234..10e3172915eac83b1cea12ec60f6e0ee8ad530e7 100755 (executable)
@@ -1,9 +1,9 @@
-// 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
 #ifndef __PIPE_H
 #define __PIPE_H
 
+#include "Hex_defines.hxx"
 #include "HexCylinder.hxx"
 
 BEGIN_NAMESPACE_HEXA
 
-class Pipe : public Cylinder 
+class HEXABLOCKENGINE_EXPORT Pipe : public Cylinder 
 {
 public :
     virtual double  getInternalRadius () { return c_int_radius; }