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/f936737c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f936737c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f936737c Branch: refs/heads/0.12.x Commit: f936737c5a6ecfd31e3e3d0401442c61d6cd826a Parents: 0225106 Author: Andrew Stitcher <[email protected]> Authored: Tue Jan 26 15:21:04 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Thu Jan 28 10:23:47 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/f936737c/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]
