diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 12:15:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 12:15:47 +0000 |
commit | ac0bf9503496213fd5f296d6d261c2a4948f97d8 (patch) | |
tree | e29bfc6a1a72dd7d95ef3256b3c3ebc05b61aad5 /TAO/performance-tests | |
parent | 2ef0ea40f32062367d8735cea7cf16d436e4cc27 (diff) | |
download | ATCD-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.cpp | 3 |
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 */ - |