diff options
author | click <none@none> | 2010-11-04 05:30:29 +0100 |
---|---|---|
committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Message_Queue.h | |
parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/Message_Queue.h')
-rw-r--r-- | dep/acelite/ace/Message_Queue.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dep/acelite/ace/Message_Queue.h b/dep/acelite/ace/Message_Queue.h index 348cccfaf86..eca4a37606c 100644 --- a/dep/acelite/ace/Message_Queue.h +++ b/dep/acelite/ace/Message_Queue.h @@ -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, |