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

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


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_ServerRequestInterceptor_Adapter_Factory::~TAO_ServerRequestInterceptor_Adapter_Factory (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL