summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP_IORA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOP_IORA.cpp')
-rw-r--r--TAO/tao/IOP_IORA.cpp96
1 files changed, 0 insertions, 96 deletions
diff --git a/TAO/tao/IOP_IORA.cpp b/TAO/tao/IOP_IORA.cpp
index 0217a4779da..e36e1c7d8f4 100644
--- a/TAO/tao/IOP_IORA.cpp
+++ b/TAO/tao/IOP_IORA.cpp
@@ -968,99 +968,3 @@ CORBA::Boolean operator>>= (
_tao_elem
);
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::TaggedProfile
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::TaggedProfileSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::IOR
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::TaggedComponent
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::MultipleComponentProfile
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::TaggedComponentList
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::TaggedComponentSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::ServiceContext
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- IOP::ServiceContextList
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::TaggedProfile \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::TaggedProfileSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::IOR \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::TaggedComponent \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::MultipleComponentProfile \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::TaggedComponentList \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::TaggedComponentSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::ServiceContext \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- IOP::ServiceContextList \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */