Salvaging what I can from the failed experiment, read more

I'm salvaging the changes to AccountManager and CharacterManager that
don't break the build too badly. This won't build, but it'll be easier to
rectify.

Also, I've reduced the length of the manager's method names, and renamed
sql_utility.*pp to sql_tools.*pp
This commit is contained in:
Kayne Ruse
2014-10-01 01:33:38 +10:00
parent db40f198be
commit 9b43b4641f
6 changed files with 113 additions and 48 deletions
@@ -19,7 +19,7 @@
* 3. This notice may not be removed or altered from any source
* distribution.
*/
#include "sql_utility.hpp"
#include "sql_tools.hpp"
#include "utility.hpp"