#include <addcontactanswer.h>
Inheritance diagram for AddContactAnswer:

Public Member Functions | |
| AddContactAnswer (const bool bValue, const std::string &description, const Contact &contact) | |
| Full constructor. | |
| AddContactAnswer (const bool bValue=false) | |
| Empty constructor. . | |
| ~AddContactAnswer () | |
| Destructor. | |
| void | setContact (const Contact &contact) |
| Set the contact added. | |
| Contact | getContact () const |
| Returns the contact added. | |
| std::string | toString () const |
| Returns answer string representation. | |
| void | processMessage () const |
| This method contains the code to process the answer. | |
| AddContactAnswer & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||||||
|
Full constructor.
|
|
|
Empty constructor. .
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Returns the contact added.
|
|
|
Set the contact added.
|
|
|
Returns answer string representation.
Reimplemented from Answer. |
1.4.6