summaryrefslogtreecommitdiff
path: root/tests/Multicast_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 07:42:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 07:42:16 +0000
commit2443963bbe2ad0e634aa4c9eb1df33404dc8a2a3 (patch)
tree3a9008a3659cc32b99cfd5198987b47a40d86cb0 /tests/Multicast_Test.cpp
parenta8220befff15bc9296df9b6ce773f4fbe5339e02 (diff)
downloadATCD-2443963bbe2ad0e634aa4c9eb1df33404dc8a2a3.tar.gz
ChangeLogTag: Thu Apr 20 07:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/Multicast_Test.cpp')
-rw-r--r--tests/Multicast_Test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Multicast_Test.cpp b/tests/Multicast_Test.cpp
index 3d1fe8ea3a8..8613c1a498b 100644
--- a/tests/Multicast_Test.cpp
+++ b/tests/Multicast_Test.cpp
@@ -928,16 +928,6 @@ run_main (int argc, ACE_TCHAR *argv[])
return (retval == 0 && error == 0) ? 0 : 1;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Vector<ACE_CString *>;
-template class ACE_Array_Base<ACE_String_Base<char> *>;
-template class ACE_Array<ACE_String_Base<char> *>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Vector<ACE_CString *>
-#pragma instantiate ACE_Array_Base<ACE_String_Base<char> *>
-#pragma instantiate ACE_Array<ACE_String_Base<char> *>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
#else
int
run_main (int, ACE_TCHAR *[])