From: adam Date: Fri, 6 Nov 2009 13:51:49 +0000 (+0000) Subject: Patch for Windows compatibility: Export texture relative symbols X-Git-Tag: V5_1_3rc2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dcf660aa9720b38842a25ee2f2a0222761f3cc43;p=modules%2Fgeom.git Patch for Windows compatibility: Export texture relative symbols --- diff --git a/src/GEOM/GEOM_Engine.hxx b/src/GEOM/GEOM_Engine.hxx index ae6915284..df007beec 100644 --- a/src/GEOM/GEOM_Engine.hxx +++ b/src/GEOM/GEOM_Engine.hxx @@ -132,13 +132,15 @@ class GEOM_Engine Standard_EXPORT Handle(TColStd_HSequenceOfAsciiString) GetAllDumpNames() const; - int addTexture(int theDocID, int theWidth, int theHeight, - const Handle(TDataStd_HArray1OfByte)& theTexture, - const TCollection_AsciiString& theFileName = ""); - Handle(TDataStd_HArray1OfByte) getTexture(int theDocID, int theTextureID, - int& theWidth, int& theHeight, - TCollection_AsciiString& theFileName); - std::list getAllTextures(int theDocID); + Standard_EXPORT int addTexture(int theDocID, int theWidth, int theHeight, + const Handle(TDataStd_HArray1OfByte)& theTexture, + const TCollection_AsciiString& theFileName = ""); + + Standard_EXPORT Handle(TDataStd_HArray1OfByte) getTexture(int theDocID, int theTextureID, + int& theWidth, int& theHeight, + TCollection_AsciiString& theFileName); + + Standard_EXPORT std::list getAllTextures(int theDocID); static const Standard_GUID& GetTextureGUID();