diff options
Diffstat (limited to 'TAO/tao/Invocation_Base.h')
-rw-r--r-- | TAO/tao/Invocation_Base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h index dccb182f438..452f9436de3 100644 --- a/TAO/tao/Invocation_Base.h +++ b/TAO/tao/Invocation_Base.h @@ -25,7 +25,7 @@ #include "tao/Invocation_Utils.h" #if TAO_HAS_INTERCEPTORS == 1 -#include "tao/ClientRequestInfo_i.h" +#include "tao/ClientRequestInfo.h" #include "tao/ClientRequestInterceptor_Adapter.h" #endif /* TAO_HAS_INTERCEPTORS == 1 */ @@ -221,7 +221,7 @@ namespace TAO /// The client requestor adapter and the request info object for /// making calls on all the registered interceptors. ClientRequestInterceptor_Adapter adapter_; - TAO_ClientRequestInfo_i req_info_; + TAO_ClientRequestInfo req_info_; #endif /*TAO_HAS_INTERCEPTORS*/ |