summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client/IFR_BasicA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IFR_Client/IFR_BasicA.cpp')
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicA.cpp436
1 files changed, 0 insertions, 436 deletions
diff --git a/TAO/tao/IFR_Client/IFR_BasicA.cpp b/TAO/tao/IFR_Client/IFR_BasicA.cpp
index 9702cac9565..2288f67e6bb 100644
--- a/TAO/tao/IFR_Client/IFR_BasicA.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicA.cpp
@@ -3544,439 +3544,3 @@ operator>>= (
_tao_elem
);
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Any_Impl_T<
- CORBA::Repository
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ModuleDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ConstantDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::StructDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::UnionDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::EnumDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::AliasDef
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::OpDescriptionSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::AttrDescriptionSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::RepositoryIdSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::InterfaceDef::FullInterfaceDescription
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::InterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ExceptionDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::NativeDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::AbstractInterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::LocalInterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ExtInterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ExtAbstractInterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ExtLocalInterfaceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::PrimitiveDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::StringDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::SequenceDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ArrayDef
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::WstringDef
- >;
-
- template class
- TAO::Any_Basic_Impl_T<
- CORBA::PrimitiveKind
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ModuleDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ConstantDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ExceptionDefSeq
- >;
-
- template class
- TAO::Any_Basic_Impl_T<
- CORBA::AttributeMode
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::AttributeDef
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::AttributeDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ExtAttributeDescription
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::ExtAttributeDef
- >;
-
- template class
- TAO::Any_Basic_Impl_T<
- CORBA::OperationMode
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ParameterDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ParDescriptionSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ContextIdSeq
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::OperationDef
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::OperationDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::ExtAttrDescriptionSeq
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::InterfaceDescription
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription
- >;
-
- template class
- TAO::Any_Impl_T<
- CORBA::InterfaceAttrExtension
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::Repository \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ModuleDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ConstantDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::StructDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::UnionDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::EnumDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::AliasDef \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::OpDescriptionSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::AttrDescriptionSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::RepositoryIdSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::InterfaceDef::FullInterfaceDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::InterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ExceptionDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::NativeDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::AbstractInterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::LocalInterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ExtInterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ExtAbstractInterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ExtLocalInterfaceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::PrimitiveDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::StringDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::SequenceDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ArrayDef \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::WstringDef \
- >
-
-# pragma instantiate \
- TAO::Any_Basic_Impl_T< \
- CORBA::PrimitiveKind \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ModuleDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ConstantDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ExceptionDefSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Basic_Impl_T< \
- CORBA::AttributeMode \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::AttributeDef \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::AttributeDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ExtAttributeDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::ExtAttributeDef \
- >
-
-# pragma instantiate \
- TAO::Any_Basic_Impl_T< \
- CORBA::OperationMode \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ParameterDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ParDescriptionSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ContextIdSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::OperationDef \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::OperationDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::ExtAttrDescriptionSeq \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::InterfaceDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- CORBA::InterfaceAttrExtension \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */