22 #ifndef NET_TMWA_MAILHANDLER_H
23 #define NET_TMWA_MAILHANDLER_H
39 void refresh()
const override final;
41 void readMessage(
const int msgId)
const override final;
43 void getAttach(
const int msgId)
const override final;
50 const int amount)
const override final;
54 void resetAttach(
const int flag)
const override final;
56 void send(
const std::string &name,
57 const std::string &title,
58 std::string message)
const override final;
void setAttachMoney(const int money) const
void getAttach(const int msgId) const
void returnMessage(const int msgId) const
void send(const std::string &name, const std::string &title, std::string message) const
void resetAttach(const int flag) const
void setAttach(const int index, const int amount) const
void deleteMessage(const int msgId) const
void readMessage(const int msgId) const
#define A_DELETE_COPY(func)