X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2411_Structure.hxx;fp=src%2FDriverUNV%2FUNV2411_Structure.hxx;h=8503e6446c5dfedc7cad1818a8ad4df398ddb4a4;hb=79b1ac2b6df9117f16f11d444b1f165d477a1813;hp=c3347b3ae2fe88d106919110ecad8adbbe7bd37d;hpb=984c4ffdd7df62aeaedc544cd0b8e64ff8f53f1a;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/UNV2411_Structure.hxx b/src/DriverUNV/UNV2411_Structure.hxx index c3347b3ae..8503e6446 100644 --- a/src/DriverUNV/UNV2411_Structure.hxx +++ b/src/DriverUNV/UNV2411_Structure.hxx @@ -20,12 +20,14 @@ #ifndef UNV2411_Structure_HeaderFile #define UNV2411_Structure_HeaderFile +#include "SMESH_DriverUNV.hxx" + #include #include namespace UNV2411{ - struct TRecord{ + struct MESHDRIVERUNV_EXPORT TRecord{ TRecord(); int exp_coord_sys_num; // export coordinate system number int disp_coord_sys_num; // displacement coordinate system number @@ -36,9 +38,11 @@ namespace UNV2411{ typedef int TNodeLab; // type of node label typedef std::map TDataSet; - void Read(std::ifstream& in_stream, TDataSet& theDataSet); + MESHDRIVERUNV_EXPORT void + Read(std::ifstream& in_stream, TDataSet& theDataSet); - void Write(std::ofstream& out_stream, const TDataSet& theDataSet); + MESHDRIVERUNV_EXPORT void + Write(std::ofstream& out_stream, const TDataSet& theDataSet); };