summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/IDL_Cubit/tmplinst.cpp
blob: f5cb1888b553f0d63472dfc3a14148eabc9e8649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$
//

// The contents of this file REALLY should be generated by the IDL
// compiler, but that functionality isn't available yet.

#include "cubit.H"

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Unbounded_Sequence<long>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate TAO_Unbounded_Sequence<long>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */