summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-07 15:40:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-07 15:42:57 +0300
commit201d66ca502db6602911ce69288d2adb975bba2d (patch)
tree8acab2d3a1c73734f16c2024356d810b01bdfa4a /src/net/eathena/chathandler.h
parentee5643e7412f366241568fb206a75715f9902aa3 (diff)
downloadplus-201d66ca502db6602911ce69288d2adb975bba2d.tar.gz
plus-201d66ca502db6602911ce69288d2adb975bba2d.tar.bz2
plus-201d66ca502db6602911ce69288d2adb975bba2d.tar.xz
plus-201d66ca502db6602911ce69288d2adb975bba2d.zip
Move processWhisper from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index 397f947ff..309216a5f 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -61,6 +61,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
protected:
void processChat(Net::MessageIn &msg);
+
+ void processWhisper(Net::MessageIn &msg) const;
};
} // namespace EAthena