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

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

#include "param_testC.h"

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Unbounded_Sequence<Param_Test::Var_Struct>;
template class TAO_Unbounded_Object_Sequence<Coffee>;
template class TAO_Object_Manager<Coffee>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate TAO_Unbounded_Sequence<Param_Test::Var_Struct>
#pragma instantiate TAO_Unbounded_Object_Sequence<Coffee>
#pragma instantiate TAO_Object_Manager<Coffee>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */