Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions activemq-cpp/src/main/cms/Message.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,7 @@ namespace cms {
virtual void clearBody() = 0;

/**
* Clears out the message body. Clearing a message's body does not clear
* its header values or property entries.
*
* If this message body was read-only, calling this method leaves the
* message body in the same state as an empty body in a newly created
* message.
* Clears out the message properties.
*
* @throws CMSException - if an internal error occurs.
*/
Expand Down