summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptorA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableInterceptorA.cpp')
-rw-r--r--TAO/tao/PortableInterceptorA.cpp146
1 files changed, 0 insertions, 146 deletions
diff --git a/TAO/tao/PortableInterceptorA.cpp b/TAO/tao/PortableInterceptorA.cpp
index 49f46ac8cd2..29ba700dd74 100644
--- a/TAO/tao/PortableInterceptorA.cpp
+++ b/TAO/tao/PortableInterceptorA.cpp
@@ -1370,149 +1370,3 @@ operator>>= (
_tao_elem
);
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::Interceptor
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- PortableInterceptor::ForwardRequest
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- PortableInterceptor::InvalidSlot
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::Current
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::RequestInfo
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ClientRequestInfo
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ServerRequestInfo
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ClientRequestInterceptor
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ServerRequestInterceptor
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::PolicyFactory
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- PortableInterceptor::ORBInitInfo::DuplicateName
- >;
-
- template class
- TAO::Any_Dual_Impl_T<
- PortableInterceptor::ORBInitInfo::InvalidName
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ORBInitInfo
- >;
-
- template class
- TAO::Any_Impl_T<
- PortableInterceptor::ORBInitializer
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::Interceptor \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- PortableInterceptor::ForwardRequest \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- PortableInterceptor::InvalidSlot \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::Current \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::RequestInfo \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ClientRequestInfo \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ServerRequestInfo \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ClientRequestInterceptor \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ServerRequestInterceptor \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::PolicyFactory \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- PortableInterceptor::ORBInitInfo::DuplicateName \
- >
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- PortableInterceptor::ORBInitInfo::InvalidName \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ORBInitInfo \
- >
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableInterceptor::ORBInitializer \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */