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

// ****************************************************************

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Adapter_Factory::~TAO_Adapter_Factory (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL