* Add early shared account support (Database schema has changed)

* Update TODO
This commit is contained in:
2010-10-20 20:54:23 +02:00
parent 5b5637f53a
commit d800f23029
9 changed files with 89 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ public:
wxString AddAccount(Account& ac);
void UpdateAccount(Account& ac);
void DeleteAccount(Account& ac);
void AddSharedAccount(Account& ac, const wxString& granted);
wxString AddCategory(Category& category);
void UpdateCategory(Category& category);