summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/Buffer.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-03 03:21:00 +0000
committerAlan Conway <aconway@apache.org>2008-09-03 03:21:00 +0000
commite8f6b7cd234088e7c33e42eb10e29719ea8e8aa9 (patch)
tree2d7df29ebba337fbbe28aa7716f0e32ff9e24c70 /cpp/src/qpid/framing/Buffer.h
parent05b6583dc0d080d6bc5a0cca09218bb045090daf (diff)
downloadqpid-python-e8f6b7cd234088e7c33e42eb10e29719ea8e8aa9.tar.gz
Cluster multicasts buffers rather than frames.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@691489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/Buffer.h')
-rw-r--r--cpp/src/qpid/framing/Buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/Buffer.h b/cpp/src/qpid/framing/Buffer.h
index a27b15cac0..4f482dc206 100644
--- a/cpp/src/qpid/framing/Buffer.h
+++ b/cpp/src/qpid/framing/Buffer.h
@@ -74,6 +74,7 @@ class Buffer
uint32_t getSize() { return size; }
uint32_t getPosition() { return position; }
Iterator getIterator() { return Iterator(*this); }
+ char* getPointer() { return data; }
void putOctet(uint8_t i);
void putShort(uint16_t i);