From 79864826790a33a3583819fe02893eed010381d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas <akaras@inbox.ru> Date: Wed, 23 Aug 2017 20:34:31 +0300 Subject: Add mailqueuetype enum for mail queue types. --- src/net/eathena/mail2handler.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/mail2handler.h') diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h index 8e450da9d..0b7957375 100644 --- a/src/net/eathena/mail2handler.h +++ b/src/net/eathena/mail2handler.h @@ -48,10 +48,11 @@ class Mail2Handler final : public Net::Mail2Handler const std::string &body, const int64_t &money) const override final; - bool queueSendMail(const std::string &to, - const std::string &title, - const std::string &body, - const int64_t &money) const override final; + void queueCheckName(const MailQueueTypeT type, + const std::string &to, + const std::string &title, + const std::string &body, + const int64_t &money) const override final; void nextPage(const MailOpenTypeT openType, const int64_t mailId) const override final; -- cgit v1.2.3-70-g09d2