#include <events.h>
Inheritance diagram for ICQ2000::AuthAckEvent:
Public Methods | |
AuthAckEvent (ContactRef c, bool granted) | |
Constructor for the Authorisation Acknowledgement. | |
AuthAckEvent (ContactRef c, bool granted, time_t time) | |
Constructor for the Authorisation Acknowledgement. | |
AuthAckEvent (ContactRef c, const string &msg, bool granted) | |
Constructor for the Authorisation Acknowledgement. | |
AuthAckEvent (ContactRef c, const string &msg, bool granted, time_t time) | |
Constructor for the Authorisation Acknowledgement. | |
string | getMessage () const |
get the authorisation message | |
MessageType | getType () const |
get the type of the MessageEvent | |
bool | isGranted () const |
get if the authorisation was granted | |
ICQMessageEvent * | copy () const |
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
get the authorisation message
|
|
get the type of the MessageEvent
Implements ICQ2000::MessageEvent. |
|
get if the authorisation was granted
|