summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
diff options
context:
space:
mode:
authorHuynh Tran <nthuynh75@gmail.com>2005-06-19 12:46:25 +0000
committerHuynh Tran <nthuynh75@gmail.com>2005-06-19 12:46:25 +0000
commit92705ce7bc5d3360ed79b2ecbc2aa0fc29090840 (patch)
tree1bbc827a79e2010d3ef8c669cc7577d8299e9874 /src/dalstorage.h
parentf194e2fb62234ff66d0ee12282ce4a22aa237e89 (diff)
downloadmanaserv-92705ce7bc5d3360ed79b2ecbc2aa0fc29090840.tar.gz
manaserv-92705ce7bc5d3360ed79b2ecbc2aa0fc29090840.tar.bz2
manaserv-92705ce7bc5d3360ed79b2ecbc2aa0fc29090840.tar.xz
manaserv-92705ce7bc5d3360ed79b2ecbc2aa0fc29090840.zip
Passwords are now encrypted when creating a new Account, added unit tests for the Account class and moved functors into a separate header file for reuse.
Diffstat (limited to 'src/dalstorage.h')
-rw-r--r--src/dalstorage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dalstorage.h b/src/dalstorage.h
index d53ef505..59a3eb3b 100644
--- a/src/dalstorage.h
+++ b/src/dalstorage.h
@@ -137,7 +137,6 @@ class DALStorage: public Storage
std::auto_ptr<dal::DataProvider> mDb; /**< the data provider */
typedef std::vector<Account*> Accounts;
Accounts mAccounts; /**< the loaded accounts */
- typedef std::vector<Being*> Beings;
Beings mCharacters; /**< the loaded characters */
};