summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp
blob: e8d0681532d1d177ae081370696f3ad1276280ae (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 "orbsvcs/orbsvcs/CosConcurrencyControlC.h"

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