summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-04-22 20:53:09 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-04-22 20:53:09 +0000
commitd254156433bdb336317aa6ba9750e16cfe4c9db1 (patch)
treeb325bb726be5c711dfe09e642820f85ea7c01e02 /TAO/tao/ValueFactory.cpp
parent5dbda4cbe83f7f0b1be421f1efe864c0ea109283 (diff)
downloadATCD-d254156433bdb336317aa6ba9750e16cfe4c9db1.tar.gz
ChangeLogTag:Tue Apr 22 14:58:33 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ValueFactory.cpp')
-rw-r--r--TAO/tao/ValueFactory.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/ValueFactory.cpp b/TAO/tao/ValueFactory.cpp
index 6cf497f3750..58e4a5e4b3b 100644
--- a/TAO/tao/ValueFactory.cpp
+++ b/TAO/tao/ValueFactory.cpp
@@ -21,3 +21,15 @@ CORBA::ValueFactoryBase::create_for_unmarshal_abstract (void)
return 0;
}
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+ template class TAO_Pseudo_Value_Var_T<CORBA::ValueFactoryBase>;
+ template class TAO_Pseudo_Value_Out_T<CORBA::ValueFactoryBase, CORBA::ValueFactoryBase_var>;
+
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+# pragma instantiate TAO_Pseudo_Value_Var_T<CORBA::ValueFactoryBase>
+# pragma instantiate TAO_Pseudo_Value_Out_T<CORBA::ValueFactoryBase, CORBA::ValueFactoryBase_var>
+
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+