29 #ifndef INCLUDE__LOCK_FILE_H_ 30 #define INCLUDE__LOCK_FILE_H_ 32 #include <wx/string.h> 35 class wxSingleInstanceChecker;
42 std::unique_ptr<wxSingleInstanceChecker>
LockFile(
const wxString& aFileName );
50 #endif // INCLUDE__LOCK_FILE_H_ std::unique_ptr< wxSingleInstanceChecker > LockFile(const wxString &aFileName)
Function LockFile tests to see if aFileName can be locked (is not already locked) and only then retur...
wxString GetKicadLockFilePath()
Function GetKicadLockFilePath.