Fix and clean up the new lock file code.

This commit is contained in:
Jonathan Naylor
2018-10-11 07:50:30 +01:00
parent 3e435c5e82
commit d2e0d82d56
2 changed files with 24 additions and 33 deletions

View File

@@ -99,8 +99,8 @@ private:
void setMode(unsigned char mode);
void createLockFile();
void removeLockFile();
void createLockFile(const char* mode) const;
void removeLockFile() const;
};
#endif