summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.hpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 10:43:58 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 10:43:58 +0000
commit4b48bc6fefd4f580d3b8db8893f78706e64bf880 (patch)
treec6a36b566f9837bf1faf260f673f11b0ac2df783 /src/account-server/accounthandler.hpp
parent01e3326de8fc03cf9f61fd1b288cd4f16915484c (diff)
downloadmanaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.gz
manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.bz2
manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.xz
manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.zip
Handled money as part of the inventory.
Diffstat (limited to 'src/account-server/accounthandler.hpp')
-rw-r--r--src/account-server/accounthandler.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp
index cb4c266b..61e81103 100644
--- a/src/account-server/accounthandler.hpp
+++ b/src/account-server/accounthandler.hpp
@@ -93,7 +93,9 @@ class AccountHandler : public ConnectionHandler
void
computerDisconnected(NetComputer *comp);
- // --- message handling ---
+ private:
+
+ void sendCharacterData(AccountClient &, int, CharacterData const &);
void
handleLoginMessage(AccountClient &computer, MessageIn &msg);