diff options
Diffstat (limited to 'cpp/src/qpid/framing/AMQDataBlock.h')
| -rw-r--r-- | cpp/src/qpid/framing/AMQDataBlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/AMQDataBlock.h b/cpp/src/qpid/framing/AMQDataBlock.h index 9b6fdfd966..7f0d0dc2b5 100644 --- a/cpp/src/qpid/framing/AMQDataBlock.h +++ b/cpp/src/qpid/framing/AMQDataBlock.h @@ -18,7 +18,7 @@ * under the License. * */ -#include "Buffer.h" +#include "qpid/framing/Buffer.h" #ifndef _AMQDataBlock_ #define _AMQDataBlock_ @@ -32,7 +32,7 @@ public: virtual ~AMQDataBlock() {} virtual void encode(Buffer& buffer) const = 0; virtual bool decode(Buffer& buffer) = 0; - virtual uint32_t size() const = 0; + virtual uint32_t encodedSize() const = 0; }; } |
