From 21cdd2c1dfd1763fcbf93830c3d463b69ea5bbeb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 12 Aug 2017 00:22:38 +0300 Subject: Add MailOpenType enum for different open types. --- src/net/tmwa/mail2handler.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/net/tmwa/mail2handler.h') diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h index 62b6c570b..ce01bd180 100644 --- a/src/net/tmwa/mail2handler.h +++ b/src/net/tmwa/mail2handler.h @@ -48,25 +48,25 @@ class Mail2Handler final : public Net::Mail2Handler const std::string &body, const int64_t &money) const override final; - void nextPage(const int openType, + void nextPage(const MailOpenTypeT openType, const int64_t mailId) const override final; - void readMail(const int openType, + void readMail(const MailOpenTypeT openType, const int64_t mailId) const override final; - void deleteMail(const int openType, + void deleteMail(const MailOpenTypeT openType, const int64_t mailId) const override final; - void requestMoney(const int openType, + void requestMoney(const MailOpenTypeT openType, const int64_t mailId) const override final; - void requestItems(const int openType, + void requestItems(const MailOpenTypeT openType, const int64_t mailId) const override final; - void refreshMailList(const int openType, + void refreshMailList(const MailOpenTypeT openType, const int64_t mailId) const override final; - void openMailBox(const int openType) const override final; + void openMailBox(const MailOpenTypeT openType) const override final; void closeMailBox() const override final; -- cgit v1.2.3-70-g09d2