00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file ServerRequestInterceptor_Factory_Impl.h 00006 * 00007 * $Id: ServerRequestInterceptor_Factory_Impl.h 84281 2009-01-30 15:01:17Z wotte $ 00008 * 00009 * @author Johnny Willemsen <jwillemsen@remedy.nl> 00010 */ 00011 //============================================================================= 00012 00013 00014 #ifndef TAO_SERVERREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H 00015 #define TAO_SERVERREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H 00016 00017 #include /**/ "ace/pre.h" 00018 00019 #include "tao/PI_Server/pi_server_export.h" 00020 00021 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00022 # pragma once 00023 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00024 00025 #include "tao/orbconf.h" 00026 00027 #if TAO_HAS_INTERCEPTORS == 1 00028 00029 #include "ace/Service_Config.h" 00030 #include "tao/ServerRequestInterceptor_Adapter_Factory.h" 00031 00032 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00033 00034 namespace TAO 00035 { 00036 class ServerRequestInterceptor_Adapter; 00037 } 00038 00039 class TAO_PI_Server_Export TAO_ServerRequestInterceptor_Adapter_Factory_Impl 00040 : public TAO_ServerRequestInterceptor_Adapter_Factory 00041 { 00042 public: 00043 virtual TAO::ServerRequestInterceptor_Adapter *create (void); 00044 }; 00045 00046 00047 ACE_STATIC_SVC_DECLARE (TAO_ServerRequestInterceptor_Adapter_Factory_Impl) 00048 ACE_FACTORY_DECLARE (TAO_PI_Server, TAO_ServerRequestInterceptor_Adapter_Factory_Impl) 00049 00050 TAO_END_VERSIONED_NAMESPACE_DECL 00051 00052 #endif /* TAO_HAS_INTERCEPTORS */ 00053 00054 #include /**/ "ace/post.h" 00055 00056 #endif /* TAO_SERVERREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H */