diff options
author | Alan Conway <aconway@apache.org> | 2008-05-13 16:12:57 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-13 16:12:57 +0000 |
commit | 8d203e78f21a706efb1bd464f8c8758e2d57bd63 (patch) | |
tree | 82f9bc3a97682edaba0a1882404cef1f21f68a6b /cpp/src | |
parent | 134fb24da17b023fba1a55d5d60e1ac0580f145e (diff) | |
download | qpid-python-8d203e78f21a706efb1bd464f8c8758e2d57bd63.tar.gz |
Added enum CreditUnit { MESSAGE=0, BYTE=1 };
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/client/SessionBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SessionBase.h b/cpp/src/qpid/client/SessionBase.h index aa61d2b49b..7f4a27dc09 100644 --- a/cpp/src/qpid/client/SessionBase.h +++ b/cpp/src/qpid/client/SessionBase.h @@ -45,6 +45,8 @@ using framing::MethodContent; using framing::SequenceNumberSet; using framing::Uuid; +enum CreditUnit { MESSAGE=0, BYTE=1 }; + /** \defgroup clientapi Synchronous mode of a session. * * SYNC means that Session functions do not return until the remote |