Allow derived classes to access the member variables.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -148,7 +148,7 @@ public:
|
|||||||
|
|
||||||
inline operator bool() const { return fLocked; }
|
inline operator bool() const { return fLocked; }
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
Lockable *fLockable;
|
Lockable *fLockable;
|
||||||
bool fLocked;
|
bool fLocked;
|
||||||
Locking fLocking;
|
Locking fLocking;
|
||||||
|
|||||||
Reference in New Issue
Block a user