summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/tmplinst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/tmplinst.cpp')
-rw-r--r--TAO/tests/Param_Test/tmplinst.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tests/Param_Test/tmplinst.cpp b/TAO/tests/Param_Test/tmplinst.cpp
deleted file mode 100644
index 2cd3d64fe3f..00000000000
--- a/TAO/tests/Param_Test/tmplinst.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// $Id$
-//
-
-// The contents of this file REALLY should be generated by the IDL
-// compiler, but that functionality isn't available yet.
-
-#include "param_testC.h"
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_Unbounded_Sequence<Param_Test::Var_Struct>;
-template class TAO_Unbounded_Object_Sequence<Coffee>;
-template class TAO_Object_Manager<Coffee>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_Unbounded_Sequence<Param_Test::Var_Struct>
-#pragma instantiate TAO_Unbounded_Object_Sequence<Coffee>
-#pragma instantiate TAO_Object_Manager<Coffee>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-