From 170d7e1f78a575ff3830cd05666584e330a48fc2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 13 May 2008 16:12:57 +0000 Subject: 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 --- qpid/cpp/src/qpid/client/SessionBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src') 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 -- cgit v1.2.1