summaryrefslogtreecommitdiff
path: root/TAO/tests/Thruput/TAO/tmplinst.cpp
blob: 75b952f1e914eeaa4b719201df06b68c39cc9f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// $Id$
//

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

#include "ttcpC.h"

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Unbounded_Sequence<CORBA::Double>;
template class TAO_Unbounded_Sequence<BinStruct>;
template class TAO_Unbounded_Sequence<CORBA::Char>;
template class TAO_Unbounded_Sequence<CORBA::Short>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate TAO_Unbounded_Sequence<CORBA::Double>
#pragma instantiate TAO_Unbounded_Sequence<BinStruct>
#pragma instantiate TAO_Unbounded_Sequence<CORBA::Char>
#pragma instantiate TAO_Unbounded_Sequence<CORBA::Short>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */