mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -4,7 +4,7 @@
|
|||
/**
|
||||
* @file Message_Queue.h
|
||||
*
|
||||
* $Id: Message_Queue.h 88560 2010-01-15 05:02:05Z schmidt $
|
||||
* $Id: Message_Queue.h 91688 2010-09-09 11:21:50Z johnnyw $
|
||||
*
|
||||
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
||||
*/
|
||||
|
|
@ -64,13 +64,9 @@ public:
|
|||
// and WAS_INACTIVE are defined to match previous semantics for
|
||||
// applications that don't use the PULSED state.
|
||||
|
||||
/// @deprecated Use ACTIVATED instead.
|
||||
WAS_ACTIVE = 1,
|
||||
/// Message queue is active and processing normally
|
||||
ACTIVATED = 1,
|
||||
|
||||
/// @deprecated Use DEACTIVATED instead.
|
||||
WAS_INACTIVE = 2,
|
||||
/// Queue is deactivated; no enqueue or dequeue operations allowed.
|
||||
DEACTIVATED = 2,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue