#include <connectionanswer.h>
Inheritance diagram for ConnectionAnswer:

Public Member Functions | |
| ConnectionAnswer (const bool bValue=false) | |
| Default constructor. | |
| ConnectionAnswer (const bool bValue, const std::string &description, const Contact &contact) | |
| Constructor. | |
| ~ConnectionAnswer () | |
| Destructor. | |
| void | setContact (const Contact &contact) |
| Sets the contact. | |
| Contact | getContact () const |
| Returns contact. | |
| std::string | toString () const |
| Returns a BaseMessage string represention. | |
| void | processMessage () const |
| Process message instructions. | |
| ConnectionAnswer & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
|
Default constructor.
|
|
||||||||||||||||
|
Constructor.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Returns contact.
|
|
|
Sets the contact.
|
|
|
Returns a BaseMessage string represention.
Reimplemented from Answer. |
1.4.6