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