summaryrefslogtreecommitdiff
path: root/examples/Reactor/Misc/pingpong.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-31 15:00:41 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-31 15:00:41 +0000
commit7489f38a615aa7fb0db4181dbc31f03b806c3569 (patch)
treec943ca5ed57df718d13dde2fb07c7c25c3449ae1 /examples/Reactor/Misc/pingpong.cpp
parent601c1f8c15d9c4428c148277560d45529617f3ba (diff)
downloadATCD-7489f38a615aa7fb0db4181dbc31f03b806c3569.tar.gz
added template specializations
Diffstat (limited to 'examples/Reactor/Misc/pingpong.cpp')
-rw-r--r--examples/Reactor/Misc/pingpong.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Reactor/Misc/pingpong.cpp b/examples/Reactor/Misc/pingpong.cpp
index 9673eae90dd..3b515fc5d40 100644
--- a/examples/Reactor/Misc/pingpong.cpp
+++ b/examples/Reactor/Misc/pingpong.cpp
@@ -237,3 +237,8 @@ main (int argc, char *argv[])
return 0;
}
+
+
+#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
+template class ACE_Test_and_Set<ACE_Null_Mutex, sig_atomic_t>;
+#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */