summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PollableC.cpp')
-rw-r--r--TAO/tao/PollableC.cpp99
1 files changed, 0 insertions, 99 deletions
diff --git a/TAO/tao/PollableC.cpp b/TAO/tao/PollableC.cpp
index 4ed7124d668..59be946fe69 100644
--- a/TAO/tao/PollableC.cpp
+++ b/TAO/tao/PollableC.cpp
@@ -616,102 +616,3 @@ CORBA::PollableSet::marshal (TAO_OutputCDR &)
{
return false;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1528
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Objref_Traits<
- CORBA::PollableSet
- >;
-
- template class
- TAO_Objref_Var_T<
- CORBA::PollableSet
- >;
-
- template class
- TAO_Objref_Out_T<
- CORBA::PollableSet
- >;
-
- template class
- TAO::Objref_Traits<
- CORBA::Pollable
- >;
-
- template class
- TAO_Objref_Var_T<
- CORBA::Pollable
- >;
-
- template class
- TAO_Objref_Out_T<
- CORBA::Pollable
- >;
-
- template class
- TAO::Objref_Traits<
- CORBA::DIIPollable
- >;
-
- template class
- TAO_Objref_Var_T<
- CORBA::DIIPollable
- >;
-
- template class
- TAO_Objref_Out_T<
- CORBA::DIIPollable
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Objref_Traits< \
- CORBA::PollableSet \
- >
-
-# pragma instantiate \
- TAO_Objref_Var_T< \
- CORBA::PollableSet
- >
-
-# pragma instantiate \
- TAO_Objref_Out_T< \
- CORBA::PollableSet
- >
-
-# pragma instantiate \
- TAO::Objref_Traits< \
- CORBA::Pollable \
- >
-
-# pragma instantiate \
- TAO_Objref_Var_T< \
- CORBA::Pollable
- >
-
-# pragma instantiate \
- TAO_Objref_Out_T< \
- CORBA::Pollable
- >
-
-# pragma instantiate \
- TAO::Objref_Traits< \
- CORBA::DIIPollable \
- >
-
-# pragma instantiate \
- TAO_Objref_Var_T< \
- CORBA::DIIPollable
- >
-
-# pragma instantiate \
- TAO_Objref_Out_T< \
- CORBA::DIIPollable
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */