StarsApp
((StarsApp*)be_app)->abort_required = true;
StarsApp *myApplication;
myApplication = new StarsApp();
StarsApp::StarsApp() : BApplication("application/x-vnd.Be.StarsDemo")
class StarsApp : public BApplication {
StarsApp();