summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-23 19:35:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-23 19:35:24 +0000
commitbb48b039b6fe559da918b24597cc17fd4c1d0f6b (patch)
tree6fe7d3acc38be1890adb1056509ca2e6aa008858
parent14d4276e5c2dce285cb37a5df8b1a931b0d69834 (diff)
downloadATCD-bb48b039b6fe559da918b24597cc17fd4c1d0f6b.tar.gz
added ACE_Singleton template specialization.
-rw-r--r--tests/Process_Strategy_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 0a60fc14f62..08bca5d7b5a 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -630,6 +630,7 @@ template class ACE_Acceptor<Counting_Service, ACE_SOCK_ACCEPTOR>;
template class ACE_Creation_Strategy<Counting_Service>;
template class ACE_Concurrency_Strategy<Counting_Service>;
template class ACE_Guard<ACE_File_Lock>;
+template class ACE_Singleton<Options, ACE_Null_Mutex>;
template class ACE_Message_Queue<ACE_NULL_SYNCH>;
template class ACE_Module<ACE_NULL_SYNCH>;
template class ACE_Process_Strategy<Counting_Service>;