diff options
Diffstat (limited to 'cpp/src/qpid/framing')
| -rw-r--r-- | cpp/src/qpid/framing/AMQHeaderBody.h | 2 | ||||
| -rw-r--r-- | cpp/src/qpid/framing/amqp_types.h | 3 |
2 files changed, 3 insertions, 2 deletions
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 <class T> struct OptProps { boost::optional<T> 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 |
