Salome HOME
Separate action "Find bottom" for context menu.
[modules/hydro.git] / src / HYDROData / HYDROData_InterpolatorsFactory.h
index 865faea658aa50217caa085171063214d2165fa1..84cdd995b0fcabdd3b48c0218ffa0f69f783e116 100644 (file)
@@ -50,7 +50,7 @@ public:
    * Registers the interpolator of a certain type with the given name.
    * \param theName the interpolator name used as identifier
    */
-  template <class T> HYDRODATA_EXPORT void Register( const std::string& theName )
+  template <class T> /*HYDRODATA_EXPORT */void Register( const std::string& theName )
   {
     myInterpolators[theName] = new T();
   }
@@ -66,7 +66,7 @@ public:
    * Get list of registered interpolator names.
    * \return the list of unique names
    */
-  std::vector<std::string> GetInterpolatorNames() const;
+  HYDRODATA_EXPORT std::vector<std::string> GetInterpolatorNames() const;
   
 private:
   //! Map that stores all interpolators, identified by interpolator name (string)