X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fevalyfx%2FYACSEvalPort.hxx;h=af5c21ee481fe8496e6a9acc8618b899fe2d9742;hb=86552e3a5a3fd8a877c05a9aa97b4b778eee93a8;hp=233732713680993c574a7e7911b9ce33219e71d2;hpb=3e260f5decb0203ea210d1e37225e205aec4882a;p=modules%2Fyacs.git diff --git a/src/evalyfx/YACSEvalPort.hxx b/src/evalyfx/YACSEvalPort.hxx index 233732713..af5c21ee4 100644 --- a/src/evalyfx/YACSEvalPort.hxx +++ b/src/evalyfx/YACSEvalPort.hxx @@ -61,7 +61,7 @@ public: private: double _v; public: - static const char TYPE_REPR[]; + YACSEVALYFX_EXPORT static const char TYPE_REPR[]; }; class YACSEvalAnyInt : public YACSEvalAny @@ -76,7 +76,7 @@ public: private: int _v; public: - static const char TYPE_REPR[]; + YACSEVALYFX_EXPORT static const char TYPE_REPR[]; }; class YACSEvalPort @@ -133,7 +133,7 @@ public: YACSEVALYFX_EXPORT YACSEvalOutputPort(YACS::ENGINE::OutputPort *ptr); YACSEVALYFX_EXPORT std::string getName() const; YACSEVALYFX_EXPORT std::string getTypeOfData() const; - YACSEVALYFX_EXPORT bool setQOfInterestStatus(bool newStatus) { _isQOfInt=newStatus; } + YACSEVALYFX_EXPORT bool setQOfInterestStatus(bool newStatus) { _isQOfInt=newStatus; return _isQOfInt; } YACSEVALYFX_EXPORT bool isQOfInterest() const { return _isQOfInt; } // YACSEVALYFX_EXPORT YACS::ENGINE::OutputPort *getUndergroundPtr() const { return _ptr; }