From bc33da2c9ca14348832cc3de60966a1149fa7204 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 3 Oct 2006 00:21:28 +0000 Subject: Committed inventory and itemhandler structure part 1. Also made the server tell which handler is listening on a port. --- src/accounthandler.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/accounthandler.cpp') diff --git a/src/accounthandler.cpp b/src/accounthandler.cpp index 717f5581..2e2e4a29 100644 --- a/src/accounthandler.cpp +++ b/src/accounthandler.cpp @@ -39,6 +39,12 @@ #include "utils/logger.h" #include "utils/stringfilter.h" +bool +AccountHandler::startListen(enet_uint16 port) +{ + LOG_INFO("Account handler started:", 0); + ConnectionHandler::startListen(port); +} NetComputer* AccountHandler::computerConnected(ENetPeer *peer) -- cgit v1.2.3-60-g2f50