diff options
author | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-23 03:52:06 +0000 |
---|---|---|
committer | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-23 03:52:06 +0000 |
commit | 97024b3b51a3d9e2daf2832fe8598b38b6670cab (patch) | |
tree | a1760106930633b195a95f700306c14b0d04ef77 /src/connectionhandler.h | |
parent | 4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 (diff) | |
download | manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.gz manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.bz2 manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.xz manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.zip |
added the account handler and a definition file to keep track of structures and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes.
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r-- | src/connectionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h index bc5f0965..805ae0af 100644 --- a/src/connectionhandler.h +++ b/src/connectionhandler.h @@ -29,6 +29,8 @@ #include "packet.h" #include <map> +#include "accounthandler.h" // acount handling interface for the connection + /** * This class represents the connection handler interface. The connection * handler will respond to connect/reconnect/disconnect events and handle |