mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Fix and clean up the new lock file code.
This commit is contained in:
parent
3e435c5e82
commit
d2e0d82d56
2 changed files with 24 additions and 33 deletions
|
|
@ -99,8 +99,8 @@ private:
|
|||
|
||||
void setMode(unsigned char mode);
|
||||
|
||||
void createLockFile();
|
||||
void removeLockFile();
|
||||
void createLockFile(const char* mode) const;
|
||||
void removeLockFile() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue