33#include <wx/cmdline.h>
37#include <wx/snglinst.h>
39#include "comm_bridge.h"
40#include "REST_server.h"
51 void OnInitCmdLine(wxCmdLineParser& parser);
52 bool OnCmdLineParsed(wxCmdLineParser& parser);
53 void OnActivateApp(wxActivateEvent& event);
57 void OnFatalException();
63 bool OnExceptionInMainLoop();
66 Track* TrackOff(
void);
68 wxSingleInstanceChecker* m_checker;
Handle most incoming messages and make them available for other parties.