From d95fccfca8575d8fb06988e558a338e37776961a Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Wed, 3 Apr 2013 21:17:50 +0200 Subject: Renamed Character -> CharacterData in the accountserver --- src/account-server/storage.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/account-server/storage.h') diff --git a/src/account-server/storage.h b/src/account-server/storage.h index 06645c69..fbc4cd8c 100644 --- a/src/account-server/storage.h +++ b/src/account-server/storage.h @@ -30,7 +30,7 @@ #include "common/transaction.h" class Account; -class Character; +class CharacterData; class ChatChannel; class FloorItem; class Guild; @@ -83,7 +83,7 @@ class Storage * * @return the character associated to the Id. */ - Character *getCharacter(int id, Account *owner); + CharacterData *getCharacter(int id, Account *owner); /** * Gets a character by character name. @@ -92,7 +92,7 @@ class Storage * * @return the character associated to the name */ - Character *getCharacter(const std::string &name); + CharacterData *getCharacter(const std::string &name); /** * Gets the id of a character by its name. @@ -194,7 +194,7 @@ class Storage * * @param character character object. */ - void delCharacter(Character *character) const; + void delCharacter(CharacterData *character) const; /** * Removes expired bans from accounts @@ -238,7 +238,7 @@ class Storage * * @return true on success */ - bool updateCharacter(Character *ptr); + bool updateCharacter(CharacterData *ptr); /** * Add a new guild. @@ -475,7 +475,7 @@ class Storage * * @return the character found by the query. */ - Character *getCharacterBySQL(Account *owner); + CharacterData *getCharacterBySQL(Account *owner); /** * Fix improper character slots -- cgit v1.2.3-60-g2f50