diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-10 08:41:05 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-10 08:41:05 +0000 |
| commit | a5c0fde5d0b96ae0b747f0cea21414753d6ee654 (patch) | |
| tree | 4a809a880691db3e04fa3c7374db500b767ca85b /cpp/src/qpid/framing/FrameSet.h | |
| parent | 783b718d0b270121cd2e597424d0c81adea77a38 (diff) | |
| download | qpid-python-a5c0fde5d0b96ae0b747f0cea21414753d6ee654.tar.gz | |
Client side support for message and delivery properties in header segments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@574176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/FrameSet.h')
| -rw-r--r-- | cpp/src/qpid/framing/FrameSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/FrameSet.h b/cpp/src/qpid/framing/FrameSet.h index d6d5cd7a13..9a9512a6d4 100644 --- a/cpp/src/qpid/framing/FrameSet.h +++ b/cpp/src/qpid/framing/FrameSet.h @@ -48,6 +48,7 @@ public: uint64_t getContentSize() const; void getContent(std::string&) const; + std::string getContent() const; const AMQMethodBody* getMethod() const; const AMQHeaderBody* getHeaders() const; |
