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

#include "tao/PortableServer/ImR_Client_Adapter.h"

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  namespace Portable_Server
  {
    ImR_Client_Adapter::~ImR_Client_Adapter (void)
    {
    }
  }
}

TAO_END_VERSIONED_NAMESPACE_DECL