ULAPI
8.0
Main Page
Classes
source
kernel
ullockable.h
1
7
#ifndef ULLOCKABLE_H
8
#define ULLOCKABLE_H
9
10
#include "ullock.h"
11
#include "ulscopelocker.h"
12
42
class
ULLockable
43
{
44
public
:
45
ULLockable
();
46
ULLockable
(
const
ULLockable
& lockable);
47
virtual
~ULLockable
();
48
49
const
ULLockable
&
operator=
(
const
ULLockable
& lockable);
50
void
clear
();
51
52
ULLock
*
getLock
();
53
void
setLock
(
ULLock
*newLock);
54
55
protected
:
56
ULLock
*
lock
;
57
};
58
59
#endif
60
Generated on Sat Apr 13 2013 12:59:07 for ULAPI by
1.8.2