diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 01:22:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:55 +0300 |
commit | 41b5a7c2e41e161aa34579a1271d7a4842f02faf (patch) | |
tree | 992beb601ff3648cc19ac5bfa0988e4c8340bae3 /src/net/eathena/chathandler.h | |
parent | 0fb04d3b0c2390c8ad34c833a44416caf0437fe0 (diff) | |
download | plus-41b5a7c2e41e161aa34579a1271d7a4842f02faf.tar.gz plus-41b5a7c2e41e161aa34579a1271d7a4842f02faf.tar.bz2 plus-41b5a7c2e41e161aa34579a1271d7a4842f02faf.tar.xz plus-41b5a7c2e41e161aa34579a1271d7a4842f02faf.zip |
Move processChat from ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 3efaf2d31..397f947ff 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -58,6 +58,9 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler static void processRaw(MessageOut &restrict outMsg, const std::string &restrict line); + + protected: + void processChat(Net::MessageIn &msg); }; } // namespace EAthena |