summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp
index 4e89758faf0..27c0c16d782 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp
@@ -52,33 +52,3 @@ TAO_Notify_Method_Request_Updates_No_Copy::execute (ACE_ENV_SINGLE_ARG_DECL)
{
return this->execute_i (ACE_ENV_SINGLE_ARG_PARAMETER);
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class TAO_Notify_Method_Request_Updates_T<const TAO_Notify_EventTypeSeq
-, TAO_Notify_Proxy::Ptr
-, const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
->;
-
-template class TAO_Notify_Method_Request_Updates_T<const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
-, const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
->;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate TAO_Notify_Method_Request_Updates_T<const TAO_Notify_EventTypeSeq
-, TAO_Notify_Proxy::Ptr
-, const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
->
-
-#pragma instantiate TAO_Notify_Method_Request_Updates_T<const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
-, const TAO_Notify_EventTypeSeq&
-, TAO_Notify_Proxy*
->
-
-#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */