24#ifndef STD_INSTANCE_CHECK_H_
25#define STD_INSTANCE_CHECK_H_
27#include <wx/snglinst.h>
44 bool m_is_main_instance;
Common interface for all instance checkers.
InstanceCheck implementation based on <unistd.h> i.
bool IsMainInstance() override
Return true if this process is the primary opencpn instance.
void CleanUp() override
Remove all persistent instance state, including possible lock file and defunct opencpn processes.
Instance check interface.