diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-25 16:19:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-25 16:19:33 +0000 |
commit | 4a2009802ac1216890e594d8a86a6fbc852f870c (patch) | |
tree | 9cf8160d7a88cde6f9580e7d93079e65f49fdcb8 /examples/Threads/tss1.cpp | |
parent | 84d155a4c477c9d068038ecaa24d811288710472 (diff) | |
download | ATCD-4a2009802ac1216890e594d8a86a6fbc852f870c.tar.gz |
added template specializations
Diffstat (limited to 'examples/Threads/tss1.cpp')
-rw-r--r-- | examples/Threads/tss1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Threads/tss1.cpp b/examples/Threads/tss1.cpp index c0cc38bbc3e..5e1af436655 100644 --- a/examples/Threads/tss1.cpp +++ b/examples/Threads/tss1.cpp @@ -167,6 +167,7 @@ main (int, char *[]) #if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION) template class ACE_TSS<Errno>; +template class Tester<ACE_MT_SYNCH>; #endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */ #else |