summaryrefslogtreecommitdiff
path: root/tests/Future_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-25 00:16:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-25 00:16:16 +0000
commit35c3c290bff12300023bd0e4db86cf5a138dff19 (patch)
tree4ca0c4cf0c41504a49af7afdb3addacec2c7102d /tests/Future_Test.cpp
parent80221ce0258180843506814751bfe47498d079c4 (diff)
downloadATCD-35c3c290bff12300023bd0e4db86cf5a138dff19.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r--tests/Future_Test.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp
index cfd48fc5a7e..9336a6e10f8 100644
--- a/tests/Future_Test.cpp
+++ b/tests/Future_Test.cpp
@@ -286,6 +286,9 @@ static int n_loops = 100;
#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
template class ACE_Future<const char *>;
template class ACE_Future<u_long>;
+template class auto_ptr<ACE_Method_Object>;
+template class ACE_Future_Rep<char const *>;
+template class ACE_Future_Rep<unsigned long>;
#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */
#endif /* ACE_HAS_THREADS */
@@ -400,9 +403,3 @@ main (int, char *[])
ACE_END_TEST;
return 0;
}
-
-#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
-template class auto_ptr<ACE_Method_Object>;
-template class ACE_Future_Rep<char const *>;
-template class ACE_Future_Rep<unsigned long>;
-#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */