diff options
Diffstat (limited to 'cpp/src/qpid/broker/MessageAdapter.h')
-rw-r--r-- | cpp/src/qpid/broker/MessageAdapter.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/qpid/broker/MessageAdapter.h b/cpp/src/qpid/broker/MessageAdapter.h index 4c13e756e9..61a1bc4794 100644 --- a/cpp/src/qpid/broker/MessageAdapter.h +++ b/cpp/src/qpid/broker/MessageAdapter.h @@ -52,14 +52,6 @@ struct TransferAdapter : MessageAdapter bool requiresAccept(const framing::FrameSet& f); }; -struct PreviewAdapter : TransferAdapter -{ - std::string getExchange(const framing::FrameSet& f); - std::string getRoutingKey(const framing::FrameSet& f); - const framing::FieldTable* getApplicationHeaders(const framing::FrameSet& f); - bool isPersistent(const framing::FrameSet& f); -}; - }} |