From: ana Date: Mon, 16 May 2016 15:54:21 +0000 (+0300) Subject: Windows compatibility X-Git-Tag: V7_8_0rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a2e0da842f6e4bd7dad6ca89f7c9a8e5715a6c2;p=modules%2Fyacs.git Windows compatibility --- diff --git a/src/evalyfx/YACSEvalResource.hxx b/src/evalyfx/YACSEvalResource.hxx index 0958e1972..0155e9516 100644 --- a/src/evalyfx/YACSEvalResource.hxx +++ b/src/evalyfx/YACSEvalResource.hxx @@ -136,7 +136,7 @@ class YACSEvalParamsForCluster public: YACSEvalParamsForCluster():_exclusiveness(false),_nbOfProcs(1) { } bool getExclusiveness() const { return _exclusiveness; } - void setExclusiveness(bool newStatus); + YACSEVALYFX_EXPORT void setExclusiveness(bool newStatus); std::string getRemoteWorkingDir() const { return _remoteWorkingDir; } void setRemoteWorkingDir(const std::string& remoteWorkingDir) { _remoteWorkingDir=remoteWorkingDir; } std::string getLocalWorkingDir() const { return _localWorkingDir; } @@ -147,7 +147,7 @@ public: void setNbProcs(unsigned int nbProcs) { _nbOfProcs=nbProcs; } void setMaxDuration(const std::string& maxDuration) { _maxDuration=maxDuration; } std::string getMaxDuration() const { return _maxDuration; } - void checkConsistency() const; + YACSEVALYFX_EXPORT void checkConsistency() const; private: bool _exclusiveness; std::string _remoteWorkingDir;