summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint_Selector_Factory.cpp
blob: 962ac11b382fdfc5f32ca4b57e368165c36e1a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#include "tao/Endpoint_Selector_Factory.h"
#include "ace/Dynamic_Service.h"

ACE_RCSID(tao, Endpoint_Selector_Factory, "$Id$")

TAO_Endpoint_Selector_Factory::~TAO_Endpoint_Selector_Factory (void)
{
}

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)

template class ACE_Dynamic_Service<TAO_Endpoint_Selector_Factory>;

#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)

#pragma instantiate ACE_Dynamic_Service<TAO_Endpoint_Selector_Factory>

#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */