#include <src/main/cms/TextMessage.h>
Public Member Functions | |
virtual | ~TextMessage () |
virtual std::string | getText () const =0 throw ( CMSException ) |
Gets the message character buffer. | |
virtual void | setText (const char *msg)=0 throw ( CMSException ) |
Sets the message contents, does not take ownership of the passed char*, but copies it instead. | |
virtual void | setText (const std::string &msg)=0 throw ( CMSException ) |
Sets the message contents. |
virtual cms::TextMessage::~TextMessage | ( | ) | [inline, virtual] |
virtual std::string cms::TextMessage::getText | ( | ) | const throw ( CMSException ) [pure virtual] |
Gets the message character buffer.
virtual void cms::TextMessage::setText | ( | const char * | msg | ) | throw ( CMSException ) [pure virtual] |
Sets the message contents, does not take ownership of the passed char*, but copies it instead.
msg | The message buffer. |
virtual void cms::TextMessage::setText | ( | const std::string & | msg | ) | throw ( CMSException ) [pure virtual] |
Sets the message contents.
msg | The message buffer. |