summaryrefslogtreecommitdiff
path: root/ACE/tests/Recursive_Condition_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-21 16:33:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-21 16:33:25 +0000
commit6d7c69b7e6dda07149696710e1ac67854d5e9eb1 (patch)
treebeea6b0918c714d197577152b263093caf067a66 /ACE/tests/Recursive_Condition_Test.cpp
parenta2ef53d5ea9f59b76494e0a60cb2a97848bd38d2 (diff)
downloadATCD-6d7c69b7e6dda07149696710e1ac67854d5e9eb1.tar.gz
ChangeLogTag:Sun
Diffstat (limited to 'ACE/tests/Recursive_Condition_Test.cpp')
-rw-r--r--ACE/tests/Recursive_Condition_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/tests/Recursive_Condition_Test.cpp b/ACE/tests/Recursive_Condition_Test.cpp
index 6786b478681..e0e97c2b33c 100644
--- a/ACE/tests/Recursive_Condition_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Test.cpp
@@ -68,8 +68,9 @@ private:
// These are for the basic functionality tests.
ACE_SYNCH_RECURSIVE_MUTEX mutex_;
-ACE_SYNCH_RECURSIVE_CONDITION condition_(mutex_);
-// Test driver sets this to non-zero before spawning and to zero for waiter.
+ACE_Condition<ACE_SYNCH_RECURSIVE_MUTEX> condition_ (mutex_);
+// Test driver sets this to non-zero before spawning and to zero for
+// waiter.
int protected_int = 0;
static ACE_THR_FUNC_RETURN