#include <addcontactrequest.h>
Inheritance diagram for AddContactRequest:

Public Member Functions | |
| AddContactRequest (const std::string &sContactName) | |
| Constructor. | |
| ~AddContactRequest () | |
| Destructor. | |
| void | setPseudo (const std::string &sContactName) |
| Sets the contact name to add. | |
| std::string | getContactName () const |
| Returns the contact name to add. | |
| void | toXMLExt (XMLWriter &writer) const |
| Writes a XML representation of this object. | |
| string | toString () const |
| Returns request string representation. | |
| AddContactRequest & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
|
Constructor.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Returns the contact name to add.
|
|
|
Sets the contact name to add.
|
|
|
Returns request string representation.
Reimplemented from Request. |
|
|
Writes a XML representation of this object.
Implements Request. |
1.4.6