From 5d89f0791bec9417c3dc59a1903a17a1f7e78e52 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 6 May 2009 12:44:35 +0000 Subject: Remove client::Execution and FrameSet from the public API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772182 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/AMQHeaderBody.h | 2 -- cpp/src/qpid/framing/amqp_types.h | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/framing') diff --git a/cpp/src/qpid/framing/AMQHeaderBody.h b/cpp/src/qpid/framing/AMQHeaderBody.h index b8099f2e51..8c72683b1a 100644 --- a/cpp/src/qpid/framing/AMQHeaderBody.h +++ b/cpp/src/qpid/framing/AMQHeaderBody.h @@ -35,8 +35,6 @@ namespace qpid { namespace framing { -enum DeliveryMode { TRANSIENT = 1, PERSISTENT = 2}; - class AMQHeaderBody : public AMQBody { template struct OptProps { boost::optional props; }; diff --git a/cpp/src/qpid/framing/amqp_types.h b/cpp/src/qpid/framing/amqp_types.h index 97b889a7ca..0cc2e80dce 100644 --- a/cpp/src/qpid/framing/amqp_types.h +++ b/cpp/src/qpid/framing/amqp_types.h @@ -59,5 +59,8 @@ class SequenceNumberSet; class SequenceSet; struct Uuid; +// Enum types +enum DeliveryMode { TRANSIENT = 1, PERSISTENT = 2}; + }} // namespace qpid::framing #endif -- cgit v1.2.1