summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-27 17:25:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-27 17:25:17 +0000
commitef6d9ac2c0b9445507af8f4f1c6fd46d33fae396 (patch)
treefef5dacb6551519d4789b7213289ee7bfef773bb /examples
parent6492ac4ae8173705ad93b16cd94df6e438285460 (diff)
downloadATCD-ef6d9ac2c0b9445507af8f4f1c6fd46d33fae396.tar.gz
added template instantiations
Diffstat (limited to 'examples')
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/ex2.cpp3
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/ex3.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
index 06e831bf9eb..351fb92c21b 100644
--- a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
+++ b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
@@ -151,3 +151,6 @@ main (int, char *[])
#endif /* ACE_HAS_THREADS */
+#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
+template class auto_builtin_ptr <char>;
+#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */
diff --git a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
index f6999a2d73b..8308532a226 100644
--- a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
+++ b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
@@ -145,3 +145,6 @@ main (int, char *[])
#endif /* ACE_HAS_THREADS */
+#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
+template class auto_builtin_ptr <char>;
+#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */