Salome HOME
[bos #40653][CEA] New mesh import export formats with meshio.
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionUtils.hxx
index aa38284431b6bb048aa943f5aeeef368792cd499..e4078dc4ec265b6196a8dadf0b5c9d6042e72347 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -20,7 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SMESH SMESH : idl implementation based on 'SMESH' unit's calsses
+//  SMESH SMESH : idl implementation based on 'SMESH' unit's classes
 // File      : StdMeshers_ProjectionUtils.hxx
 // Created   : Thu Oct 26 15:37:24 2006
 // Author    : Edward AGAPOV (eap)
@@ -326,9 +326,9 @@ namespace StdMeshers_ProjectionUtils
    * \param srcShape - source shape
    * \param srcMesh - source mesh
    */
-  void SetEventListener(SMESH_subMesh* subMesh,
-                        TopoDS_Shape   srcShape,
-                        SMESH_Mesh*    srcMesh);
+  STDMESHERS_EXPORT void SetEventListener(SMESH_subMesh* subMesh,
+                                          TopoDS_Shape   srcShape,
+                                          SMESH_Mesh*    srcMesh);
 
   /*!
    * \brief Return a boundary EDGE (or all boundary EDGEs) of edgeContainer
@@ -336,6 +336,6 @@ namespace StdMeshers_ProjectionUtils
   TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape&       edgeContainer,
                               const SMESH_Mesh&         mesh,
                               std::list< TopoDS_Edge >* allBndEdges = 0 );
-};
+}
 
 #endif