summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyC.cpp')
-rw-r--r--TAO/tao/PolicyC.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp
index 625c0babc47..63a434fec6d 100644
--- a/TAO/tao/PolicyC.cpp
+++ b/TAO/tao/PolicyC.cpp
@@ -1788,6 +1788,11 @@ CORBA::Boolean operator>> (
CORBA::PolicyCurrent
>;
+template class
+ TAO::Any_Dual_Impl_T<CORBA::PolicyError>;
+template class
+ TAO::Any_Dual_Impl_T<CORBA::InvalidPolicies>;
+
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#if !defined (_CORBA_POLICY__ARG_TRAITS_TMPLINST_CS_)
@@ -1858,4 +1863,9 @@ CORBA::Boolean operator>> (
CORBA::PolicyCurrent \
>
+#pragma instantiate \
+ TAO::Any_Dual_Impl_T<CORBA::PolicyError>
+#pragma instantiate \
+ TAO::Any_Dual_Impl_T<CORBA::InvalidPolicies>
+
#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */