From 8d203e78f21a706efb1bd464f8c8758e2d57bd63 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/qpid@655935 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src') 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 -- cgit v1.2.1