Locking::Ptr has been removed
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@584 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
bc355b1b0a
commit
6e908d51b3
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ struct A
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef Loki::Locking<A>::Ptr LPtr;
|
typedef Loki::LockingPtr<A,LOKI_DEFAULT_MUTEX,DontPropagateConst> LPtr;
|
||||||
typedef Loki::Locking<A>::ConstPtr CLPtr;
|
typedef Loki::LockingPtr<A,LOKI_DEFAULT_MUTEX,PropagateConst> CLPtr;
|
||||||
|
|
||||||
void* RunLocked(void *id)
|
void* RunLocked(void *id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue