mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[Sync] Some minor cross project sync
This commit is contained in:
parent
4f8b995d89
commit
49fe617b55
16 changed files with 212 additions and 153 deletions
|
|
@ -41,11 +41,8 @@ namespace ACE_Based
|
|||
class LockedQueue
|
||||
{
|
||||
LockType _lock; /**< Lock access to the queue. */
|
||||
|
||||
StorageType _queue; /**< Storage backing the queue. */
|
||||
|
||||
/*volatile*/ bool _canceled; /**< Cancellation flag. */
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue