Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / RequestInterceptor_Adapter.cpp
blob171df98cd94cd4340154b56327f5e91f31f2328d
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file RequestInterceptor_Adapter.cpp
7 * This file an adapter class to simplify the support of
8 * interceptors.
9 */
10 //=============================================================================
12 #include "tao/RequestInterceptor_Adapter.h"
14 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
16 TAO::RequestInterceptor_Adapter::~RequestInterceptor_Adapter ()
20 TAO_END_VERSIONED_NAMESPACE_DECL