Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Mon, 16 May 2016 15:54:21 +0000 (18:54 +0300)
committerana <ana@opencascade.com>
Mon, 16 May 2016 15:54:21 +0000 (18:54 +0300)
src/evalyfx/YACSEvalResource.hxx

index 0958e1972fac6c3f35f1f0bea0699e44fd47886f..0155e9516a30b0c037dab3a82b367601a3c2dbb1 100644 (file)
@@ -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;