diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-14 06:48:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-14 06:48:14 +0000 |
commit | f31a5344236f5d2cd98ca436f569f65d7ba3dbb8 (patch) | |
tree | 532d1fee3706319d8aecba9175934eddf85a4661 /tests/Future_Test.cpp | |
parent | 39be231338839e1b9788fa49d4889f07059e25b8 (diff) | |
download | ATCD-f31a5344236f5d2cd98ca436f569f65d7ba3dbb8.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r-- | tests/Future_Test.cpp | 2 |
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. { |