Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef TAO_REQUEST_INTERCEPTOR_ADAPTER_IMPL_H
00013 #define TAO_REQUEST_INTERCEPTOR_ADAPTER_IMPL_H
00014
00015 #include "ace/pre.h"
00016
00017 #include "tao/orbconf.h"
00018
00019 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00020 # pragma once
00021 #endif
00022
00023 #if TAO_HAS_INTERCEPTORS == 1
00024
00025 #include "tao/PI/pi_export.h"
00026 #include "tao/PI/Interceptor_List_T.h"
00027 #include "tao/PI/ClientRequestInterceptorC.h"
00028 #include "tao/PI/ClientRequestDetails.h"
00029 #include "tao/RequestInterceptor_Adapter.h"
00030
00031 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00032
00033 class Invocation_Base;
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045 class TAO_PI_Export TAO_RequestInterceptor_Adapter_Impl
00046 : public TAO::RequestInterceptor_Adapter
00047 {
00048 public:
00049 ~TAO_RequestInterceptor_Adapter_Impl (void);
00050
00051 void popTSC (TAO_ORB_Core *orb_core);
00052 void pushTSC (TAO_ORB_Core *orb_core);
00053 };
00054
00055 TAO_END_VERSIONED_NAMESPACE_DECL
00056
00057 #endif
00058
00059 #include "ace/post.h"
00060
00061 #endif