You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2016/01/28 16:31:42 UTC

[4/5] qpid-proton git commit: PROTON-1095: Exported missed new symbol definitions

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 <as...@apache.org>
Authored: Tue Jan 26 15:21:04 2016 -0500
Committer: Andrew Stitcher <as...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org