ULAPI
8.0
Main Page
Classes
source
kernel
ulscopelocker.h
1
7
#ifndef ULSCOPELOCKER_H
8
#define ULSCOPELOCKER_H
9
10
#include "ullock.h"
11
25
class
ULScopeLocker
26
{
27
public
:
28
ULScopeLocker
(
ULLock
*theLock);
29
~ULScopeLocker
();
30
31
private
:
32
ULLock
*lock;
33
};
34
35
#define UL_LOCKSCOPE ULScopeLocker _locker(this->getLock())
36
37
#endif
38
Generated on Sat Apr 13 2013 12:59:07 for ULAPI by
1.8.2