summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
blob: b64dec618512059bae10fcd821ce658339f27c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

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

ACE_RCSID (PortableServer,
           ORT_Adapter_Factory,
           "$Id$")

namespace TAO
{
  ORT_Adapter_Factory::~ORT_Adapter_Factory (void)
  {
  }
}