summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-31 01:10:18 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-31 01:10:18 +0000
commit1d9efc650c9e403fb8cc7c645ef0ff436ecf0362 (patch)
tree5b3e0cc97bb939782a1bd15f921f25a421a385d3 /TAO/orbsvcs/orbsvcs/Notify/Event.cpp
parent8e9000a9b44e19548595c8269524b8ce60c4d201 (diff)
downloadATCD-1d9efc650c9e403fb8cc7c645ef0ff436ecf0362.tar.gz
ChangelogTag: Wed Oct 30 19:06:59 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event.cpp b/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
index 24d7338a2c3..dba27e9dffd 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
@@ -38,3 +38,9 @@ TAO_NS_Event::translate (const CosNotification::StructuredEvent& notification, C
{
any <<= notification; // is the typecode set by this operation or do we need to set it explicity.
}
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class ACE_Auto_Basic_Ptr<TAO_NS_Event>;
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate ACE_Auto_Basic_Ptr<TAO_NS_Event>
+#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */