summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/amqp/Translation.h')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Translation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Translation.h b/qpid/cpp/src/qpid/broker/amqp/Translation.h
index 64d96560e3..7591f45b2a 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Translation.h
+++ b/qpid/cpp/src/qpid/broker/amqp/Translation.h
@@ -31,7 +31,7 @@ class MessageTransfer;
}
namespace amqp {
-class Outgoing;
+class OutgoingFromQueue;
/**
*
*/
@@ -49,7 +49,7 @@ class Translation
/**
* Writes the AMQP 1.0 bare message and any annotations, translating from 0-10 if necessary
*/
- void write(Outgoing&);
+ void write(OutgoingFromQueue&);
private:
const qpid::broker::Message& original;
};