summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.cpp
blob: 5089b6156db50e446bd6c3111ce819ffb9b5a21b (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
// @(#) $Id$

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

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

TAO_IFR_Client_Adapter::~TAO_IFR_Client_Adapter (void)
{
}

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)

template class ACE_Dynamic_Service<TAO_IFR_Client_Adapter>;

#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)

#pragma instantiate ACE_Dynamic_Service<TAO_IFR_Client_Adapter>

#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */