diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 21:58:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 21:58:05 +0300 |
commit | 1305ef0f6465f7053019a4b89176e6837f5ada7f (patch) | |
tree | 873b71c531bc4331c38cee73144d37360942209f /src/net/mail2handler.h | |
parent | 0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25 (diff) | |
download | plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.gz plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.bz2 plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.xz plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.zip |
Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.
Diffstat (limited to 'src/net/mail2handler.h')
-rw-r--r-- | src/net/mail2handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mail2handler.h b/src/net/mail2handler.h index b8a5301b1..d8d3570be 100644 --- a/src/net/mail2handler.h +++ b/src/net/mail2handler.h @@ -73,6 +73,8 @@ class Mail2Handler notfinal const int64_t mailId) const = 0; virtual void openMailBox(const int openType) const = 0; + + virtual void closeMailBox() const = 0; }; } // namespace Net |