ManaPlus
Public Member Functions
TmwAthena::FriendsHandler Class Reference

#include <friendshandler.h>

Inheritance diagram for TmwAthena::FriendsHandler:
Net::FriendsHandler

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 ()
 

Detailed Description

Definition at line 29 of file friendshandler.h.

Constructor & Destructor Documentation

◆ FriendsHandler()

TmwAthena::FriendsHandler::FriendsHandler ( )

Definition at line 29 of file friendshandler.cpp.

30 {
31  friendsHandler = this;
32 }
Net::FriendsHandler * friendsHandler
Definition: net.cpp:111

References friendsHandler.

◆ ~FriendsHandler()

TmwAthena::FriendsHandler::~FriendsHandler ( )
virtual

Reimplemented from Net::FriendsHandler.

Definition at line 34 of file friendshandler.cpp.

35 {
36  friendsHandler = nullptr;
37 }

References friendsHandler.

Member Function Documentation

◆ invite()

void TmwAthena::FriendsHandler::invite ( const std::string &  name) const
virtual

Implements Net::FriendsHandler.

Definition at line 39 of file friendshandler.cpp.

40 {
41 }

◆ inviteResponse()

void TmwAthena::FriendsHandler::inviteResponse ( const int  accountId,
const int  charId,
const bool  accept 
) const
virtual

Implements Net::FriendsHandler.

Definition at line 43 of file friendshandler.cpp.

46 {
47 }

◆ remove()

void TmwAthena::FriendsHandler::remove ( const int  accountId,
const int  charId 
) const
virtual

Implements Net::FriendsHandler.

Definition at line 49 of file friendshandler.cpp.

51 {
52 }

The documentation for this class was generated from the following files: