X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_InterpolatorsFactory.h;h=84cdd995b0fcabdd3b48c0218ffa0f69f783e116;hb=9c3749501bcf6c4eed78966cb69934bab0a1a3b9;hp=865faea658aa50217caa085171063214d2165fa1;hpb=5af716c6a81cef716c390b53ac915f8d0fd30887;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_InterpolatorsFactory.h b/src/HYDROData/HYDROData_InterpolatorsFactory.h index 865faea6..84cdd995 100644 --- a/src/HYDROData/HYDROData_InterpolatorsFactory.h +++ b/src/HYDROData/HYDROData_InterpolatorsFactory.h @@ -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 HYDRODATA_EXPORT void Register( const std::string& theName ) + template /*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 GetInterpolatorNames() const; + HYDRODATA_EXPORT std::vector GetInterpolatorNames() const; private: //! Map that stores all interpolators, identified by interpolator name (string)