diff options
Diffstat (limited to 'TAO/tao/WStringSeqA.cpp')
-rw-r--r-- | TAO/tao/WStringSeqA.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/WStringSeqA.cpp b/TAO/tao/WStringSeqA.cpp index 0949dd6d4db..200c9e7eeb8 100644 --- a/TAO/tao/WStringSeqA.cpp +++ b/TAO/tao/WStringSeqA.cpp @@ -139,19 +139,3 @@ CORBA::Boolean operator>>= ( _tao_elem ); } - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO::Any_Dual_Impl_T< - CORBA::WStringSeq - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO::Any_Dual_Impl_T< \ - CORBA::WStringSeq \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |