Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PI_Server / diffs / ServerRequestInterceptor.diff
blobf3fc423c81a80ed338f490efde1b16b4483a26de
1 --- orig/ServerRequestInterceptorC.h 2005-05-17 13:50:41.646918400 +0200
2 +++ ServerRequestInterceptorC.h 2005-05-17 14:00:40.237649600 +0200
3 @@ -155,15 +155,19 @@
4 // TAO_IDL - Generated from
5 // be\be_visitor_operation/operation_ch.cpp:46
7 +#if TAO_HAS_EXTENDED_FT_INTERCEPTORS == 1
9 virtual void tao_ft_interception_point (
10 ::PortableInterceptor::ServerRequestInfo_ptr ri,
11 ::CORBA::OctetSeq_out os
12 - ACE_ENV_ARG_DECL_WITH_DEFAULTS
13 + ACE_ENV_ARG_DECL_NOT_USED
15 ACE_THROW_SPEC ((
16 CORBA::SystemException,
17 ::PortableInterceptor::ForwardRequest
18 - )) = 0;
19 + )) {}
21 +#endif /* TAO_HAS_EXTENDED_FT_INTERCEPTORS */
23 // TAO_IDL - Generated from
24 // be\be_visitor_operation/operation_ch.cpp:46