Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PI / ClientRequestInterceptor_Factory_Impl.h
blob2166b6491a84ed985dc896bfcd2bab9e834605ea
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file ClientRequestInterceptor_Factory_Impl.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
9 //=============================================================================
12 #ifndef TAO_CLIENTREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H
13 #define TAO_CLIENTREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H
15 #include /**/ "ace/pre.h"
17 #include "tao/PI/pi_export.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 # pragma once
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 #include "tao/orbconf.h"
25 #if TAO_HAS_INTERCEPTORS == 1
27 #include "tao/ClientRequestInterceptor_Adapter_Factory.h"
28 #include "ace/Service_Config.h"
30 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
32 namespace TAO
34 class ClientRequestInterceptor_Adapter;
37 class TAO_PI_Export TAO_ClientRequestInterceptor_Adapter_Factory_Impl
38 : public TAO_ClientRequestInterceptor_Adapter_Factory
40 public:
41 virtual TAO::ClientRequestInterceptor_Adapter *create ();
44 ACE_STATIC_SVC_DECLARE (TAO_ClientRequestInterceptor_Adapter_Factory_Impl)
45 ACE_FACTORY_DECLARE (TAO_PI, TAO_ClientRequestInterceptor_Adapter_Factory_Impl)
47 TAO_END_VERSIONED_NAMESPACE_DECL
50 #endif /* TAO_HAS_INTERCEPTORS == 1 */
52 #include /**/ "ace/post.h"
54 #endif /* TAO_CLIENTREQUESTINTERCEPTOR_ADAPTER_FACTORY_IMPL_H */