From 60d7ca6f252098475f920671ae5abe3f8460c2c9 Mon Sep 17 00:00:00 2001 From: pradeep Date: Thu, 6 Feb 2003 23:41:28 +0000 Subject: ChangeLogTag: Thu Feb 06 18:35:05 2003 Pradeep Gore --- TAO/ChangeLog | 11 +++++++++++ .../orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h | 5 +++++ TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h | 5 +++++ TAO/orbsvcs/orbsvcs/Notify/Proxy_T.h | 19 +++++++++++++++++++ .../Notify/Sequence/SequenceProxyPushSupplier.h | 5 +++++ .../Notify/Structured/StructuredProxyPushSupplier.h | 5 +++++ 6 files changed, 50 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 49209ae8782..5b67e31db68 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 06 18:35:05 2003 Pradeep Gore + + * orbsvcs/orbsvcs/Notify/Proxy_T.h: + * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h: + * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h: + * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h: + * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h: + + Added the patch from Bruce MacDonald to get + Notification compiling on VC7/.NET + Wed Feb 5 12:10:08 2003 Mayur Deshpande * tao/PortableServer/AMH_Response_Handler.cpp: diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h b/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h index e6b466fe016..a7a27dc3221 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h @@ -29,6 +29,11 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT +template class TAO_Notify_Export +TAO_NS_ProxySupplier_T; +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */ + /** * @class TAO_NS_CosEC_ProxyPushSupplier * diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h index b98a9980f7a..66a6f0de2d8 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h @@ -30,6 +30,11 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT +template class TAO_Notify_Export +TAO_NS_ProxySupplier_T; +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */ + /** * @class TAO_NS_ProxyPushSupplier * diff --git a/TAO/orbsvcs/orbsvcs/Notify/Proxy_T.h b/TAO/orbsvcs/orbsvcs/Notify/Proxy_T.h index 04c331dc7c6..090d4edd49a 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Proxy_T.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Proxy_T.h @@ -123,6 +123,25 @@ public: )); }; +#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +template class TAO_Notify_Export +TAO_NS_Proxy_T; +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */ + #if defined (__ACE_INLINE__) #include "Proxy_T.inl" #endif /* __ACE_INLINE__ */ diff --git a/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h b/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h index 0eba8479006..722aecf4b8f 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h @@ -29,6 +29,11 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT +template class TAO_Notify_Export +TAO_NS_ProxySupplier_T; +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */ + /** * @class TAO_NS_SequenceProxyPushSupplier * diff --git a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h index 3efcd5168ba..c650e451deb 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h @@ -30,6 +30,11 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT +template class TAO_Notify_Export +TAO_NS_ProxySupplier_T; +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */ + /** * @class TAO_NS_StructuredProxyPushSupplier * -- cgit v1.2.1