EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Lockfile.h
1 // LockFile.h: interface for the LockFile class.
2 
3 
4 #if !defined(_LOCKFILE_H_)
5 #define _LOCKFILE_H_
6 
7 #include "tools/ToolsConfig.h"
8 
16 class Lockfile
17 {
18 public:
21  Lockfile(const char *filename, const char *program);
22 
24  ~Lockfile();
25 
26 private:
27  stdString filename;
28 };
29 
30 #endif
Lock file.
Definition: Lockfile.h:16
Lockfile(const char *filename, const char *program)
Try to generate lock file.
~Lockfile()
Remove lockfile.