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

#include "ImR_Client_Adapter.h"

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

namespace TAO
{
  namespace Portable_Server
  {

    ImR_Client_Adapter::~ImR_Client_Adapter (void)
    {
    }
  }
}