From 15a915878c787e6d5ed8330a8dd4375ec885a6c0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 3 Nov 2006 13:44:21 +0000 Subject: Added some methods to MessageStore interface and hooked these in where appropriate. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@470810 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/BasicHeaderProperties.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/framing/BasicHeaderProperties.h') diff --git a/cpp/src/qpid/framing/BasicHeaderProperties.h b/cpp/src/qpid/framing/BasicHeaderProperties.h index e82699753b..3450782875 100644 --- a/cpp/src/qpid/framing/BasicHeaderProperties.h +++ b/cpp/src/qpid/framing/BasicHeaderProperties.h @@ -25,6 +25,7 @@ namespace qpid { namespace framing { + enum delivery_mode {TRANSIENT = 1, PERSISTENT = 2}; //TODO: This could be easily generated from the spec class BasicHeaderProperties : public HeaderProperties -- cgit v1.2.1