summaryrefslogtreecommitdiff
path: root/src/accounthandler.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-10-03 00:21:28 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-10-03 00:21:28 +0000
commitbc33da2c9ca14348832cc3de60966a1149fa7204 (patch)
treec151b5e6d265778fc3bc6e9fddb96b1c73f00e96 /src/accounthandler.h
parent751964878b50152dc63d6d02f3455edd7939d013 (diff)
downloadmanaserv-bc33da2c9ca14348832cc3de60966a1149fa7204.tar.gz
manaserv-bc33da2c9ca14348832cc3de60966a1149fa7204.tar.bz2
manaserv-bc33da2c9ca14348832cc3de60966a1149fa7204.tar.xz
manaserv-bc33da2c9ca14348832cc3de60966a1149fa7204.zip
Committed inventory and itemhandler structure part 1. Also made the server tell which handler is listening on a port.
Diffstat (limited to 'src/accounthandler.h')
-rw-r--r--src/accounthandler.h7
1 files changed, 7 insertions, 0 deletions
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.