diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-07 20:54:12 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-07 20:54:12 +0000 |
commit | 57a1cbec3cec457b930172f2e9591290507fd58a (patch) | |
tree | bca7d0977a67622eb8b54e223e98e73b4ab9b51a /tests/Message_Queue_Test_Ex.cpp | |
parent | 71f7b9ab90603783d7e37479d5b87f27d890d035 (diff) | |
download | ATCD-57a1cbec3cec457b930172f2e9591290507fd58a.tar.gz |
ChangeLogTag:Wed Feb 7 11:34:56 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'tests/Message_Queue_Test_Ex.cpp')
-rw-r--r-- | tests/Message_Queue_Test_Ex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Message_Queue_Test_Ex.cpp b/tests/Message_Queue_Test_Ex.cpp index 7c808ff814e..2040fc49e06 100644 --- a/tests/Message_Queue_Test_Ex.cpp +++ b/tests/Message_Queue_Test_Ex.cpp @@ -295,7 +295,7 @@ main (int argc, ACE_TCHAR *argv[]) max_messages = ACE_OS::atoi (argv[1]); // Be sure that the a timed out get sets the error code properly. - SYNCH_QUEUE q1; + ACE_Message_Queue_Ex<ACE_Message_Block,ACE_SYNCH> q1; if (!q1.is_empty ()) { ACE_ERROR ((LM_ERROR, ACE_TEXT ("New queue is not empty!\n"))); status = 1; |