summaryrefslogtreecommitdiff
path: root/tests/Message_Queue_Notifications_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 22:06:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 22:06:47 +0000
commit9feb4c23ad882d0de09dce2bb354898fbad2d9b7 (patch)
tree1705dbee164fddc497b480811f98d408898883c7 /tests/Message_Queue_Notifications_Test.cpp
parent1d939772965d5f67fd825e86c81993d699a0322c (diff)
downloadATCD-9feb4c23ad882d0de09dce2bb354898fbad2d9b7.tar.gz
Repositioned a comma so it compiles on non-threaded platforms.
Diffstat (limited to 'tests/Message_Queue_Notifications_Test.cpp')
-rw-r--r--tests/Message_Queue_Notifications_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Message_Queue_Notifications_Test.cpp b/tests/Message_Queue_Notifications_Test.cpp
index 6133b0b0ecb..a4ae96fd744 100644
--- a/tests/Message_Queue_Notifications_Test.cpp
+++ b/tests/Message_Queue_Notifications_Test.cpp
@@ -182,9 +182,9 @@ Watermark_Test::Watermark_Test (void)
: len_ (ACE_OS::strlen (default_message) + 1),
hwm_ (this->len_ * default_high_water_mark),
lwm_ (this->len_ * default_low_water_mark),
- role_ (0),
+ role_ (0)
#if defined (ACE_HAS_THREADS)
- mq_full_ (worker_threads),
+ , mq_full_ (worker_threads),
mq_low_water_mark_hit_ (worker_threads)
#endif /* ACE_HAS_THREADS */
{