X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Application.h;h=c40d4f5e8bb63bc7434494aba26ec3b0e66f9c97;hb=13ef2433b28b41ed4d7338a31839a49c8b599ad7;hp=b20eaefc8d820e7b8563fbd697485b71164e07ab;hpb=ac7145bc4d05b5df24b7bb28e968dfdc2930aed6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Application.h b/src/HYDROData/HYDROData_Application.h index b20eaefc..c40d4f5e 100644 --- a/src/HYDROData/HYDROData_Application.h +++ b/src/HYDROData/HYDROData_Application.h @@ -24,14 +24,14 @@ public: // useful methods inside of the package public: // Redefined OCAF methods //! Return name of resource (i.e. "Standard") - Standard_CString ResourcesName(); + HYDRODATA_EXPORT Standard_CString ResourcesName(); //! Return format (i.e "MDTV-Standard") //! \param theFormats sequence of allowed formats for input/output - virtual void Formats(TColStd_SequenceOfExtendedString& theFormats); + HYDRODATA_EXPORT virtual void Formats(TColStd_SequenceOfExtendedString& theFormats); //! Constructor //! Use method GetInstance() method to obtain //! the static instance of the object (or derive your own application) - HYDROData_Application(); + HYDRODATA_EXPORT HYDROData_Application(); // CASCADE RTTI DEFINE_STANDARD_RTTI(HYDROData_Application)