Salome HOME
refs #417: showing new objects
[modules/hydro.git] / src / HYDROData / HYDROData_Iterator.h
index 4a9edcf40e810b6093ff0d9c564295559182b9d4..d09d360dab383eab5be0733c3e18127c86773ea0 100644 (file)
@@ -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: