Skip to content

fix documentation for cms::Message::clearProperties #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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