summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 21:58:05 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 21:58:05 +0300
commit1305ef0f6465f7053019a4b89176e6837f5ada7f (patch)
tree873b71c531bc4331c38cee73144d37360942209f /src/net/tmwa/mail2handler.cpp
parent0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25 (diff)
downloadplus-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/tmwa/mail2handler.cpp')
-rw-r--r--src/net/tmwa/mail2handler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp
index 3d4af2ab9..c4b41dcd1 100644
--- a/src/net/tmwa/mail2handler.cpp
+++ b/src/net/tmwa/mail2handler.cpp
@@ -90,4 +90,8 @@ void Mail2Handler::openMailBox(const int openType A_UNUSED) const
{
}
+void Mail2Handler::closeMailBox() const
+{
+}
+
} // namespace TmwAthena