From c1657f9dd2099796c6b20b9672d500aee30e205b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Aug 2015 18:13:48 +0300 Subject: Move all receive (process) methods into protected. --- src/net/ea/gamehandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/ea/gamehandler.h') diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h index 7ff3a5ca9..ee1f12701 100644 --- a/src/net/ea/gamehandler.h +++ b/src/net/ea/gamehandler.h @@ -52,17 +52,17 @@ class GameHandler notfinal : public Net::GameHandler bool canUseMagicBar() const override final A_WARN_UNUSED { return true; } + void clear() override final; + + void initEngines() const override final; + + protected: static void processWhoAnswer(Net::MessageIn &msg); static void processCharSwitchResponse(Net::MessageIn &msg); static void processMapQuitResponse(Net::MessageIn &msg); - void clear() override final; - - void initEngines() const override final; - - protected: static std::string mMap; static BeingId mCharID; // < Saved for map-server switching }; -- cgit v1.2.3-70-g09d2