blob: 0a3fd6572dba375a348296f7bbb535a5bed89fce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// $Id$
//
// The contents of this file REALLY should be generated by the IDL
// compiler, but that functionality isn't available yet.
#include "cubit.H"
ACE_RCSID(IDL_Cubit, tmplinst, "$Id$")
#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 */
|