LibreOffice Module desktop (master) 1
Classes | Namespaces | Macros | Functions
lockfile.hxx File Reference
#include <rtl/ustring.hxx>
#include "dp_misc_api.hxx"
Include dependency graph for lockfile.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  desktop::Lockfile
 

Namespaces

namespace  desktop
 

Macros

#define LOCKFILE_GROUP   "Lockdata"
 
#define LOCKFILE_USERKEY   "User"
 
#define LOCKFILE_HOSTKEY   "Host"
 
#define LOCKFILE_STAMPKEY   "Stamp"
 
#define LOCKFILE_TIMEKEY   "Time"
 
#define LOCKFILE_IPCKEY   "IPCServer"
 

Functions

bool desktop::Lockfile_execWarning (Lockfile const *that)
 

Macro Definition Documentation

◆ LOCKFILE_GROUP

#define LOCKFILE_GROUP   "Lockdata"

Definition at line 41 of file lockfile.hxx.

◆ LOCKFILE_HOSTKEY

#define LOCKFILE_HOSTKEY   "Host"

Definition at line 43 of file lockfile.hxx.

◆ LOCKFILE_IPCKEY

#define LOCKFILE_IPCKEY   "IPCServer"

Definition at line 46 of file lockfile.hxx.

◆ LOCKFILE_STAMPKEY

#define LOCKFILE_STAMPKEY   "Stamp"

Definition at line 44 of file lockfile.hxx.

◆ LOCKFILE_TIMEKEY

#define LOCKFILE_TIMEKEY   "Time"

Definition at line 45 of file lockfile.hxx.

◆ LOCKFILE_USERKEY

#define LOCKFILE_USERKEY   "User"

Definition at line 42 of file lockfile.hxx.