22 #ifndef NET_EATHENA_MAILHANDLER_H
23 #define NET_EATHENA_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;
49 void setAttach(
const int index,
const int amount)
const override final;
53 void resetAttach(
const int flag)
const override final;
55 void send(
const std::string &name,
56 const std::string &title,
57 std::string message)
const override final;
void getAttach(const int msgId) const
void returnMessage(const int msgId) const
void setAttach(const int index, const int amount) const
void setAttachMoney(const int money) const
void send(const std::string &name, const std::string &title, std::string message) const
void readMessage(const int msgId) const
void resetAttach(const int flag) const
void deleteMessage(const int msgId) const
#define A_DELETE_COPY(func)