mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-05-09 23:31:36 +02:00
Remove 2 comments, these variables should actually be safe as normal bools.
This commit is contained in:
parent
6172b0eee4
commit
d363ad43c2
@ -115,7 +115,6 @@ protected:
|
|||||||
|
|
||||||
Ref<WebPermission> _web_permission;
|
Ref<WebPermission> _web_permission;
|
||||||
|
|
||||||
//TODO this should be atomic
|
|
||||||
bool _write_lock_requested;
|
bool _write_lock_requested;
|
||||||
RWLock _rw_lock;
|
RWLock _rw_lock;
|
||||||
};
|
};
|
||||||
|
@ -62,7 +62,6 @@ protected:
|
|||||||
WebNode *_web_root;
|
WebNode *_web_root;
|
||||||
HTTPSessionManager *_session_manager;
|
HTTPSessionManager *_session_manager;
|
||||||
|
|
||||||
//TODO this should be atomic
|
|
||||||
bool _write_lock_requested;
|
bool _write_lock_requested;
|
||||||
RWLock _rw_lock;
|
RWLock _rw_lock;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user