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 | 170d7e1f78a575ff3830cd05666584e330a48fc2 (patch) | |
| tree | 76f48a958ccca78a19f27860636e85141bb96442 /qpid/cpp/src | |
| parent | 18841acf53c85b49f52c037afe0eab1351e6654f (diff) | |
| download | qpid-python-170d7e1f78a575ff3830cd05666584e330a48fc2.tar.gz | |
Added enum CreditUnit { MESSAGE=0, BYTE=1 };
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@655935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/client/SessionBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/client/SessionBase.h b/qpid/cpp/src/qpid/client/SessionBase.h index aa61d2b49b..7f4a27dc09 100644 --- a/qpid/cpp/src/qpid/client/SessionBase.h +++ b/qpid/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 |
