summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/RequestInterceptor_Adapter.cpp
blob: c0657ad21cda4964f3f7a59ae785b069f74ebcfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- C++ -*-

//=============================================================================
/**
 *  @file    RequestInterceptor_Adapter.cpp
 *
 *  $Id$
 *
 *   This file an adapter class to simplify the support of
 *   interceptors.
 */
//=============================================================================

#include "tao/RequestInterceptor_Adapter.h"

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO::RequestInterceptor_Adapter::~RequestInterceptor_Adapter (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL