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:
@@ -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)) {}
|
||||
|
||||
Reference in New Issue
Block a user