From e29062941fd2cd82faa508f9ced915569f8ebe44 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 4 Jul 2005 12:58:35 +0000 Subject: ChangeLogTag: Mon Jul 4 12:58:12 UTC 2005 Johnny Willemsen --- TAO/tao/Makefile.am | 1 - TAO/tao/PredefinedType_Seq_Tmplinst.cpp | 73 --------------------------------- TAO/tao/tao.mpc | 1 - 3 files changed, 75 deletions(-) delete mode 100644 TAO/tao/PredefinedType_Seq_Tmplinst.cpp diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am index c724992f47b..ea795459b5f 100644 --- a/TAO/tao/Makefile.am +++ b/TAO/tao/Makefile.am @@ -227,7 +227,6 @@ libTAO_la_SOURCES = \ Policy_Validator.cpp \ PollableC.cpp \ PortableInterceptorC.cpp \ - PredefinedType_Seq_Tmplinst.cpp \ Principal.cpp \ Profile.cpp \ Profile_Transport_Resolver.cpp \ diff --git a/TAO/tao/PredefinedType_Seq_Tmplinst.cpp b/TAO/tao/PredefinedType_Seq_Tmplinst.cpp deleted file mode 100644 index d9a421dc56f..00000000000 --- a/TAO/tao/PredefinedType_Seq_Tmplinst.cpp +++ /dev/null @@ -1,73 +0,0 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO -// -// = FILENAME -// PredefinedType_Seq_Tmplinst.cpp -// -// = DESCRIPTION -// Explicit instantiation of the TAO sequence template classes for all -// the IDL basic types. These instantiations free us from having to -// generate them over and over with the IDL compiler. -// -// = AUTHOR -// Jeff Parsons -// -// ============================================================================ - -#include "ace/config-all.h" - -ACE_RCSID (tao, - PredefinedType_Seq_Tmplinst, - "$Id$") - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) \ - || defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -# include "Sequence_T.h" -# include "Any.h" -# include "Object.h" -# include "TypeCode.h" -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION - || ACE_HAS_TEMPLATE_INSTANTIATION_PRAGM */ - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Pseudo_Sequence; -template class TAO_Unbounded_Sequence; -template class TAO_Unbounded_Pseudo_Sequence; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Pseudo_Sequence -#pragma instantiate TAO_Unbounded_Sequence -#pragma instantiate TAO_Unbounded_Pseudo_Sequence - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index 516f886f4d4..76c2552ae0a 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -211,7 +211,6 @@ project(TAO) : acelib, core, tao_output, taodefaults, pidl, extra_core { PolicyFactory_Registry_Adapter.cpp PollableC.cpp PortableInterceptorC.cpp - PredefinedType_Seq_Tmplinst.cpp Principal.cpp Profile.cpp Profile_Transport_Resolver.cpp -- cgit v1.2.1