From 3ee67b7374e5fa5fd5f7c44f224d4ba00529e209 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 1 Aug 2006 21:41:58 +0000 Subject: Put handling of registrations in a separate method and cleaned it up a bit. --- src/accounthandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/accounthandler.h') diff --git a/src/accounthandler.h b/src/accounthandler.h index c4073589..9f23f207 100644 --- a/src/accounthandler.h +++ b/src/accounthandler.h @@ -51,8 +51,13 @@ class AccountHandler : public ConnectionHandler void computerDisconnected(NetComputer *comp); + // --- message handling --- + void handleLoginMessage(AccountClient &computer, MessageIn &msg); + + void + handleRegisterMessage(AccountClient &computer, MessageIn &msg); }; #endif -- cgit v1.2.3-60-g2f50