summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
blob: e499d3aa1b0d51c73f7d63fd70a956683ab432a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "tao/PortableServer/ORT_Adapter_Factory.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL