summaryrefslogtreecommitdiff
path: root/cpp/lib/common/framing/Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common/framing/Buffer.h')
-rw-r--r--cpp/lib/common/framing/Buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/lib/common/framing/Buffer.h b/cpp/lib/common/framing/Buffer.h
index 92a25ee4c8..b07c2a2ced 100644
--- a/cpp/lib/common/framing/Buffer.h
+++ b/cpp/lib/common/framing/Buffer.h
@@ -26,6 +26,7 @@
namespace qpid {
namespace framing {
+class Content;
class FieldTable;
class Buffer
@@ -71,6 +72,9 @@ public:
void putFieldTable(const FieldTable& t);
void getFieldTable(FieldTable& t);
+ void putContent(const Content& c);
+ void getContent(Content& c);
+
void putRawData(const string& s);
void getRawData(string& s, u_int32_t size);