EPICS ARCHIVER V4
Main Page
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
trunk
ea4-cpp
include
common
tools
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
Lockfile
Lock file.
Definition:
Lockfile.h:16
Lockfile::Lockfile
Lockfile(const char *filename, const char *program)
Try to generate lock file.
Lockfile::~Lockfile
~Lockfile()
Remove lockfile.
Generated on Tue Dec 17 2013 11:07:27 for EPICS ARCHIVER V4 by
1.8.5