summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImR_Client_Adapter.cpp
blob: bd0afb4930cc92864bea612b6e4356d011460814 (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
25
26
27
// @(#) $Id$

#include "ImR_Client_Adapter.h"
#include "ace/Dynamic_Service.h"

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

namespace TAO
{
  namespace Portable_Server
  {

    ImR_Client_Adapter::~ImR_Client_Adapter (void)
    {
    }

    #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
    template class ACE_Dynamic_Service<ImR_Client_Adapter>;
    #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
    #pragma instantiate ACE_Dynamic_Service<ImR_Client_Adapter>

    #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
  }
}