![]() |
ManaPlus
|
#include <friendshandler.h>
Public Member Functions | |
| FriendsHandler () | |
| ~FriendsHandler () | |
| void | invite (const std::string &name) const |
| void | inviteResponse (const int accountId, const int charId, const bool accept) const |
| void | remove (const int accountId, const int charId) const |
Public Member Functions inherited from Net::FriendsHandler | |
| FriendsHandler () | |
Definition at line 29 of file friendshandler.h.
| EAthena::FriendsHandler::FriendsHandler | ( | ) |
|
virtual |
Reimplemented from Net::FriendsHandler.
Definition at line 37 of file friendshandler.cpp.
References friendsHandler.
|
virtual |
Implements Net::FriendsHandler.
Definition at line 42 of file friendshandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::FriendsHandler.
Definition at line 48 of file friendshandler.cpp.
References TcpNet::accept(), and createOutPacket.
|
virtual |
Implements Net::FriendsHandler.
Definition at line 58 of file friendshandler.cpp.
References createOutPacket.