summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Queue_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-07 14:27:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-07 14:27:13 +0000
commit54a2fab79c12e7b06f688d900495e11f45831701 (patch)
tree1b300c4710d8ce5689942e86939a6c7ebc4976b2 /ACE/ace/Message_Queue_T.cpp
parentf0abcbc4497f98c93f39c0eaef37afc7e2629b7c (diff)
downloadATCD-54a2fab79c12e7b06f688d900495e11f45831701.tar.gz
Tue Sep 7 14:23:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Message_Queue_T.cpp: * examples/APG/ThreadPools/LF_ThreadPool.cpp: * examples/APG/ThreadPools/ThreadPool.cpp: * examples/APG/ThreadSafety/Mutex.cpp: * examples/APG/Threads/Condition_Variables.cpp: * protocols/ace/HTBP/HTBP_ID_Requestor.h: * protocols/ace/TMCast/Group.cpp: * protocols/ace/TMCast/MTQueue.hpp: * tests/Bug_3878_Regression_Test.cpp: * tests/Upgradable_RW_Test.cpp: Fixed compile problems
Diffstat (limited to 'ACE/ace/Message_Queue_T.cpp')
-rw-r--r--ACE/ace/Message_Queue_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Queue_T.cpp b/ACE/ace/Message_Queue_T.cpp
index 36c3cd139af..4360eaf4989 100644
--- a/ACE/ace/Message_Queue_T.cpp
+++ b/ACE/ace/Message_Queue_T.cpp
@@ -2213,7 +2213,7 @@ ACE_Dynamic_Message_Queue<ACE_SYNCH_USE>::dequeue_head (ACE_Message_Block *&firs
return result;
// *now* it's appropriate to wait for an enqueued item
- result = this->wait_not_empty_cond (ace_mon, timeout);
+ result = this->wait_not_empty_cond (timeout);
if (result == -1)
return result;