summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/tmplinst.cpp
blob: da569288cb7e01bf7b272e8422ef445c378494ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// $Id$

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

#include "param_testCli.h"

ACE_RCSID(Param_Test, tmplinst, "$Id$")

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Unbounded_Sequence<CORBA::Any>;
template class TAO_Bounded_Sequence<CORBA::Long,32>;
template class TAO_Unbounded_Sequence<CORBA::Short>;
template class TAO_Bounded_Sequence<CORBA::Short,32>;
template class TAO_Bounded_String_Sequence<32>;
template class TAO_Unbounded_Sequence<Param_Test::Fixed_Struct>;
template class TAO_Bounded_Sequence<Param_Test::Fixed_Struct,32>;
template class TAO_Unbounded_Object_Sequence<Coffee>;
template class TAO_Bounded_Object_Sequence<Coffee,32>;
template class TAO_Object_Manager<Coffee>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate TAO_Unbounded_Sequence<CORBA::Any>
#pragma instantiate TAO_Bounded_Sequence<CORBA::Long,32>
#pragma instantiate TAO_Unbounded_Sequence<CORBA::Short>
#pragma instantiate TAO_Bounded_Sequence<CORBA::Short,32>
#pragma instantiate TAO_Bounded_String_Sequence<32>
#pragma instantiate TAO_Unbounded_Sequence<Param_Test::Fixed_Struct>
#pragma instantiate TAO_Bounded_Sequence<Param_Test::Fixed_Struct,32>
#pragma instantiate TAO_Unbounded_Object_Sequence<Coffee>
#pragma instantiate TAO_Bounded_Object_Sequence<Coffee,32>
#pragma instantiate TAO_Object_Manager<Coffee>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */