You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2015/06/18 22:15:13 UTC

[08/50] [abbrv] qpid-proton git commit: PROTON-901: add constants in python for pn_expiry_policy_t values

PROTON-901: add constants in python for pn_expiry_policy_t values


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5a6c8da6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5a6c8da6
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5a6c8da6

Branch: refs/heads/kgiusti-python3
Commit: 5a6c8da659c7e052e86591a3522e71b2e9e0fda8
Parents: 3db3cf1
Author: Gordon Sim <gs...@redhat.com>
Authored: Fri Jun 5 19:25:13 2015 +0100
Committer: Gordon Sim <gs...@redhat.com>
Committed: Fri Jun 5 19:25:13 2015 +0100

----------------------------------------------------------------------
 proton-c/bindings/python/proton/__init__.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5a6c8da6/proton-c/bindings/python/proton/__init__.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/proton/__init__.py b/proton-c/bindings/python/proton/__init__.py
index 5de9510..a4a0e02 100644
--- a/proton-c/bindings/python/proton/__init__.py
+++ b/proton-c/bindings/python/proton/__init__.py
@@ -2771,6 +2771,11 @@ class Terminus(object):
   DIST_MODE_COPY = PN_DIST_MODE_COPY
   DIST_MODE_MOVE = PN_DIST_MODE_MOVE
 
+  EXPIRE_WITH_LINK = PN_EXPIRE_WITH_LINK
+  EXPIRE_WITH_SESSION = PN_EXPIRE_WITH_SESSION
+  EXPIRE_WITH_CONNECTION = PN_EXPIRE_WITH_CONNECTION
+  EXPIRE_NEVER = PN_EXPIRE_NEVER
+
   def __init__(self, impl):
     self._impl = impl
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org