summaryrefslogtreecommitdiff
path: root/src/account-server/account.hpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-31 09:14:03 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-31 09:14:03 +0000
commit99e14d41865086107ec9d69ce725d98d522e448a (patch)
treeff8f1047029df1c8a694da54d90aeab1b1bc1cc4 /src/account-server/account.hpp
parent4b43c8653a267ff3ac7224805f4522a94be9fab7 (diff)
downloadmanaserv-99e14d41865086107ec9d69ce725d98d522e448a.tar.gz
manaserv-99e14d41865086107ec9d69ce725d98d522e448a.tar.bz2
manaserv-99e14d41865086107ec9d69ce725d98d522e448a.tar.xz
manaserv-99e14d41865086107ec9d69ce725d98d522e448a.zip
Tidied up account server.
Diffstat (limited to 'src/account-server/account.hpp')
-rw-r--r--src/account-server/account.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/account-server/account.hpp b/src/account-server/account.hpp
index dfc5210f..9b4abb68 100644
--- a/src/account-server/account.hpp
+++ b/src/account-server/account.hpp
@@ -147,12 +147,11 @@ class Account
void addCharacter(Character *character);
/**
- * Remove a character.
+ * Removes a character from the account.
*
- * @param name The character's name to delete.
+ * @param i index of the character.
*/
- bool
- delCharacter(std::string const &name);
+ void delCharacter(int i);
/**