#include <delcontactanswer.h>
Inheritance diagram for DelContactAnswer:

Public Member Functions | |
| DelContactAnswer (const bool bValue, const std::string &sDescription, int iContactID) | |
| Process message instructions. | |
| DelContactAnswer (const bool bValue=false) | |
| Process message instructions. | |
| ~DelContactAnswer () | |
| Destructor. | |
| void | setContactID (const int contactID) |
| Sets the contact ID removed. | |
| int | getContactID () const |
| Returns the contact ID removed. | |
| void | processMessage () const |
| Process message instructions. | |
| std::string | toString () const |
| Returns a BaseMessage string represention. | |
| DelContactAnswer & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||||||
|
Process message instructions.
|
|
|
Process message instructions.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Sets the contact ID removed.
|
|
|
Returns a BaseMessage string represention.
Reimplemented from Answer. |
1.4.6