Salome HOME
29.01.2014. Workaround eliminating.
[modules/hydro.git] / src / HYDROData / HYDROData_Application.h
index b20eaefc8d820e7b8563fbd697485b71164e07ab..c40d4f5e8bb63bc7434494aba26ec3b0e66f9c97 100644 (file)
@@ -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)