PROTON-1095: Exported missed new symbol definitions
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f066bd52 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f066bd52 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f066bd52 Branch: refs/heads/master Commit: f066bd520cb2b43524c0e836ee8e8b93e5384c7f Parents: 9d3e995 Author: Andrew Stitcher <[email protected]> Authored: Tue Jan 26 15:21:04 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Tue Jan 26 15:21:04 2016 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/condition.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f066bd52/proton-c/bindings/cpp/include/proton/condition.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/condition.hpp b/proton-c/bindings/cpp/include/proton/condition.hpp index 426e374..de83c14 100644 --- a/proton-c/bindings/cpp/include/proton/condition.hpp +++ b/proton-c/bindings/cpp/include/proton/condition.hpp @@ -41,20 +41,20 @@ class condition { /// @cond INTERNAL /// XXX want to discuss /// Assert no condition set. - bool operator!() const; + PN_CPP_EXPORT bool operator!() const; /// @endcond /// Condition name. - std::string name() const; + PN_CPP_EXPORT std::string name() const; /// Descriptive string for condition. - std::string description() const; + PN_CPP_EXPORT std::string description() const; /// Extra information for condition n*/ - value info() const; + PN_CPP_EXPORT value info() const; /// Simple printable string for condition. - std::string str() const; + PN_CPP_EXPORT std::string str() const; private: pn_condition_t* condition_; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
