diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 21:35:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 21:35:29 +0000 |
commit | 516abc11ae78eaeb333f8168dda031ead693e24a (patch) | |
tree | 597a1a019d4746445e1e317534693889b11fa5c4 /tests/Future_Test.cpp | |
parent | f1887879bdd2d93ff73e00b1d32e589c275ac76b (diff) | |
download | ATCD-516abc11ae78eaeb333f8168dda031ead693e24a.tar.gz |
ChangeLogTag:Mon Dec 24 08:08:40 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r-- | tests/Future_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index 2391ad99f07..e1bd518ccdc 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -366,6 +366,7 @@ static int n_loops = 100; #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Atomic_Op<ACE_Thread_Mutex, int>; +template class ACE_Atomic_Op_Ex<ACE_Thread_Mutex, int>; template class ACE_Future<const ACE_TCHAR *>; template class ACE_Future<int>; template class ACE_Future<u_long>; @@ -385,6 +386,7 @@ template class ACE_Unbounded_Set_Iterator<ACE_Future_Observer<int> *>; template class ACE_Unbounded_Set_Iterator<ACE_Future_Observer<u_long> *>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Atomic_Op<ACE_Thread_Mutex, int> +#pragma instantiate ACE_Atomic_Op_Ex<ACE_Thread_Mutex, int> #pragma instantiate ACE_Future<const ACE_TCHAR *> #pragma instantiate ACE_Future<int> #pragma instantiate ACE_Future<u_long> |