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

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_ClientRequestInterceptor_Adapter_Factory::~TAO_ClientRequestInterceptor_Adapter_Factory (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL