summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-14 06:48:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-14 06:48:14 +0000
commitf31a5344236f5d2cd98ca436f569f65d7ba3dbb8 (patch)
tree532d1fee3706319d8aecba9175934eddf85a4661 /tests
parent39be231338839e1b9788fa49d4889f07059e25b8 (diff)
downloadATCD-f31a5344236f5d2cd98ca436f569f65d7ba3dbb8.tar.gz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/Future_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp
index 945daaf4ca4..978fbd875e9 100644
--- a/tests/Future_Test.cpp
+++ b/tests/Future_Test.cpp
@@ -43,7 +43,7 @@ static ATOMIC_INT capsule_count (0);
// a counter for the method objects...
static ATOMIC_INT methodobject_count (0);
-class Scheduler : public ACE_Task<ACE_MT_SYNCH>
+class Scheduler : public ACE_Task_Base
// = TITLE
// Active Object Scheduler.
{