00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file RequestInterceptor_Adapter.cpp 00006 * 00007 * $Id: RequestInterceptor_Adapter.cpp 85371 2009-05-18 13:39:38Z sma $ 00008 * 00009 * This file an adapter class to simplify the support of 00010 * interceptors. 00011 */ 00012 //============================================================================= 00013 00014 #include "tao/RequestInterceptor_Adapter.h" 00015 00016 ACE_RCSID (tao, 00017 RequestInterceptor_Adapter, 00018 "$Id: RequestInterceptor_Adapter.cpp 85371 2009-05-18 13:39:38Z sma $") 00019 00020 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00021 00022 TAO::RequestInterceptor_Adapter::~RequestInterceptor_Adapter (void) 00023 { 00024 } 00025 00026 TAO_END_VERSIONED_NAMESPACE_DECL