account: add RING/SIP accounts

- adds the ability to add accounts from within the accounts menu

Change-Id: Ic2bd21f8c08e0e159c1006409eaaf815b7748bc8
Tuleap: #996
diff --git a/AccountsViewModel.h b/AccountsViewModel.h
index fcbd4b7..9f766c0 100644
--- a/AccountsViewModel.h
+++ b/AccountsViewModel.h
@@ -26,6 +26,7 @@
 

 delegate void NewAccountSelected();

 delegate void NoAccountSelected();

+delegate void UpdateScrollView();

 

 namespace ViewModel {

 public ref class AccountsViewModel sealed

@@ -74,6 +75,7 @@
     /* events */

     event NewAccountSelected^ newAccountSelected;

     event NoAccountSelected^ noAccountSelected;

+    event UpdateScrollView^ updateScrollView;

 

 private:

     AccountsViewModel(); // singleton