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.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/accounthandler.h') diff --git a/src/accounthandler.h b/src/accounthandler.h index 6345fa87..5a1a38db 100644 --- a/src/accounthandler.h +++ b/src/accounthandler.h @@ -38,6 +38,13 @@ class AccountClient; */ class AccountHandler : public ConnectionHandler { + public: + /** + * Start the handler + */ + bool + startListen(enet_uint16 port); + protected: /** * Process account related messages. -- cgit v1.2.3-70-g09d2