summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading/colocated_test.cpp
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 18:03:21 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 18:03:21 +0000
commit4a5ac4b48b646aa95769868132f365100f9943e9 (patch)
tree8a68894f268dcf7a54183f923ee2f45057c47579 /TAO/orbsvcs/tests/Trading/colocated_test.cpp
parentdee22e865661261e2fbab636db51a215732aee85 (diff)
downloadATCD-4a5ac4b48b646aa95769868132f365100f9943e9.tar.gz
IRIX changes.
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/colocated_test.cpp')
-rw-r--r--TAO/orbsvcs/tests/Trading/colocated_test.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Trading/colocated_test.cpp b/TAO/orbsvcs/tests/Trading/colocated_test.cpp
index ac723dfd570..635ae346f42 100644
--- a/TAO/orbsvcs/tests/Trading/colocated_test.cpp
+++ b/TAO/orbsvcs/tests/Trading/colocated_test.cpp
@@ -127,3 +127,11 @@ main (int argc, char** argv)
return 0;
}
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class auto_ptr<TAO_Trader_Factory::TAO_TRADER>;
+template class ACE_Auto_Basic_Ptr<TAO_Trader_Factory::TAO_TRADER>;
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate auto_ptr<TAO_Trader_Factory::TAO_TRADER>
+#pragma instantiate ACE_Auto_Basic_Ptr<TAO_Trader_Factory::TAO_TRADER>
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */