From 97024b3b51a3d9e2daf2832fe8598b38b6670cab Mon Sep 17 00:00:00 2001 From: Kiyoshi Kyokai Date: Wed, 23 Mar 2005 03:52:06 +0000 Subject: 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. --- src/connectionhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/connectionhandler.h') 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 +#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 -- cgit v1.2.3-70-g09d2