smartpanel : add devices menu

Change-Id: I709b54c285ca67299e7bfa15651bca9a45707978
Tuleap: #1213
diff --git a/Account.cpp b/Account.cpp
index adbecb6..43cd68f 100644
--- a/Account.cpp
+++ b/Account.cpp
@@ -30,12 +30,14 @@
 Account::Account(String^ name,

                  String^ ringID,

                  String^ accountType,

-                 String^ accountID)

+                 String^ accountID,

+                 String^ deviceId)

 {

     name_ = name;

     ringID_ = ringID;

     accountType_ = accountType;

     accountID_ = accountID;

+    _deviceId = deviceId;

 }

 

 void