openshot-audio  0.1.2
Public Member Functions | Public Attributes | List of all members
InterProcessLock::Pimpl Class Reference

#include <juce_posix_SharedCode.h>

Public Member Functions

 Pimpl (const String &lockName, const int timeOutMillisecs)
 
 ~Pimpl ()
 
bool createLockFile (const File &file, const int timeOutMillisecs)
 
void closeFile ()
 
 Pimpl (String name, const int timeOutMillisecs)
 
 ~Pimpl ()
 
void close ()
 

Public Attributes

int handle
 
int refCount
 
HANDLE handle
 

Constructor & Destructor Documentation

InterProcessLock::Pimpl::Pimpl ( const String lockName,
const int  timeOutMillisecs 
)
inline
InterProcessLock::Pimpl::~Pimpl ( )
inline
InterProcessLock::Pimpl::Pimpl ( String  name,
const int  timeOutMillisecs 
)
inline
InterProcessLock::Pimpl::~Pimpl ( )
inline

Member Function Documentation

void InterProcessLock::Pimpl::close ( )
inline
void InterProcessLock::Pimpl::closeFile ( )
inline
bool InterProcessLock::Pimpl::createLockFile ( const File file,
const int  timeOutMillisecs 
)
inline

Member Data Documentation

HANDLE InterProcessLock::Pimpl::handle
int InterProcessLock::Pimpl::handle
int InterProcessLock::Pimpl::refCount

The documentation for this class was generated from the following files: