summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-14 12:15:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-14 12:15:47 +0000
commitac0bf9503496213fd5f296d6d261c2a4948f97d8 (patch)
treee29bfc6a1a72dd7d95ef3256b3c3ebc05b61aad5 /TAO/performance-tests
parent2ef0ea40f32062367d8735cea7cf16d436e4cc27 (diff)
downloadATCD-ac0bf9503496213fd5f296d6d261c2a4948f97d8.tar.gz
removed TAO_Unbounded_Sequence<CORBA::Long> instantiation because it's now in libTAO
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp
index dcd4f235cb4..91836d349b2 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp
@@ -8,8 +8,5 @@
#include "cubitC.h"
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_Unbounded_Sequence<CORBA::Long>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-