diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-07 07:13:21 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-07 07:13:21 +0000 |
commit | 48dfb5e0a030a0b3a62719daf0dd74fa9a73d13d (patch) | |
tree | d400f22852a6aa3c638f67ce9d6da569636d88c9 /examples | |
parent | 1ce3b6e5cf2ed9187e9ad60fab0cdec234d1db20 (diff) | |
download | ATCD-48dfb5e0a030a0b3a62719daf0dd74fa9a73d13d.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/ReactorEx/test_reactorEx.cpp | 4 | ||||
-rw-r--r-- | examples/Reactor/WFMO_Reactor/test_reactorEx.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/Reactor/ReactorEx/test_reactorEx.cpp b/examples/Reactor/ReactorEx/test_reactorEx.cpp index 1a033eae434..334cfce80aa 100644 --- a/examples/Reactor/ReactorEx/test_reactorEx.cpp +++ b/examples/Reactor/ReactorEx/test_reactorEx.cpp @@ -142,8 +142,8 @@ Peer_Handler::Peer_Handler (int argc, char *argv[]) // This code sets up the message to notify us when a new message is // added to the queue. Actually, the queue notifies ReactorEx which // then notifies us. - ACE_Message_Queue<Peer_Handler::SYNCH>* mq; - ACE_NEW (mq, ACE_Message_Queue<Peer_Handler::SYNCH>); + ACE_Message_Queue<ACE_MT_SYNCH>* mq; + ACE_NEW (mq, ACE_Message_Queue<ACE_MT_SYNCH>); mq->notification_strategy (&this->strategy_); this->msg_queue (mq); diff --git a/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp b/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp index 1a033eae434..334cfce80aa 100644 --- a/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp +++ b/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp @@ -142,8 +142,8 @@ Peer_Handler::Peer_Handler (int argc, char *argv[]) // This code sets up the message to notify us when a new message is // added to the queue. Actually, the queue notifies ReactorEx which // then notifies us. - ACE_Message_Queue<Peer_Handler::SYNCH>* mq; - ACE_NEW (mq, ACE_Message_Queue<Peer_Handler::SYNCH>); + ACE_Message_Queue<ACE_MT_SYNCH>* mq; + ACE_NEW (mq, ACE_Message_Queue<ACE_MT_SYNCH>); mq->notification_strategy (&this->strategy_); this->msg_queue (mq); |