summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dalstorage.h')
-rw-r--r--src/dalstorage.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/dalstorage.h b/src/dalstorage.h
index ec80a8cc..b5e7c03b 100644
--- a/src/dalstorage.h
+++ b/src/dalstorage.h
@@ -98,18 +98,16 @@ class DALStorage: public Storage
getEmailList();
/**
- * Return the number of same Emails in account's table.
- * @return Number of same Email.
+ * Tells if the email address already exists.
+ * @return true if the email address exists.
*/
- unsigned int
- getSameEmailNumber(const std::string &email);
+ bool doesEmailAddressExist(std::string const &email);
/**
* Tells if the character's name already exists
* @return true if character's name exists.
*/
- bool
- doesCharacterNameExists(const std::string &name);
+ bool doesCharacterNameExist(std::string const &name);
/**
* Tells the map name from the map id