Catch a app_server crash in the debug server. Let the registrar restart the app_server and notify all apps.

This commit is contained in:
czeidler
2012-01-22 15:30:14 +13:00
parent 403e134862
commit 04209cdd81
5 changed files with 72 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@
#include <Roster.h>
const int32 kMsgAppServerRestarted = 'ASRe';
const int32 kMsgRestartAppServer = 'ReAS';
class BRoster::Private {
public:
Private() : fRoster(const_cast<BRoster*>(be_roster)) {}