X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Iterator.h;h=d09d360dab383eab5be0733c3e18127c86773ea0;hb=e7225e329739e01faed6682de0bc83cf84c28de6;hp=4a9edcf40e810b6093ff0d9c564295559182b9d4;hpb=53804ed9d8b0e232dbd1d769771a2cd0337e52aa;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Iterator.h b/src/HYDROData/HYDROData_Iterator.h index 4a9edcf4..d09d360d 100644 --- a/src/HYDROData/HYDROData_Iterator.h +++ b/src/HYDROData/HYDROData_Iterator.h @@ -46,13 +46,15 @@ public: * \param theDoc document where object will be located * \param theKind kind of the new object, can not be UNKNOWN */ - static Handle(HYDROData_Entity) CreateObject( TDF_Label& theNewLabel, - const ObjectKind& theObjectKind ); + static HYDRODATA_EXPORT Handle(HYDROData_Entity) CreateObject( + TDF_Label& theNewLabel, + const ObjectKind& theObjectKind ); /** * Returns object associated to the given label. */ - static Handle(HYDROData_Entity) Object( const TDF_Label& theLabel ); + static HYDRODATA_EXPORT Handle(HYDROData_Entity) Object( + const TDF_Label& theLabel ); protected: