From 7c52f621e1a842fe9c4e64305ccc16f0078d5822 Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 25 Dec 1996 02:07:55 +0000 Subject: instantiate ACE_Atomic_Op with int instead of u_long to match what's in libACE --- tests/Future_Test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Future_Test.cpp') diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index 8207ede913c..a02542c9aff 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -30,7 +30,7 @@ #if defined (ACE_HAS_THREADS) -typedef ACE_Atomic_Op ATOMIC_INT; +typedef ACE_Atomic_Op ATOMIC_INT; // a counter for the tasks.. static ATOMIC_INT task_count (0); @@ -297,7 +297,7 @@ static int n_iterations = 50000; static int n_loops = 100; #if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION) -template class ACE_Atomic_Op; +template class ACE_Atomic_Op; #endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */ #endif /* ACE_HAS_THREADS */ -- cgit v1.2.1