summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint_Selector_Factory.cpp
blob: eac24e2509ae792bea7282eeb460b857952be007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $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 */