diff options
Diffstat (limited to 'TAO/tests/Interceptors/client.cpp')
-rw-r--r-- | TAO/tests/Interceptors/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Interceptors/client.cpp b/TAO/tests/Interceptors/client.cpp index b518172e587..104a819c1b9 100644 --- a/TAO/tests/Interceptors/client.cpp +++ b/TAO/tests/Interceptors/client.cpp @@ -80,7 +80,7 @@ main (int argc, char *argv[]) // Installing the Echo interceptor ACE_NEW_RETURN (interceptor, - Echo_Client_Request_Interceptor (orb), + Echo_Client_Request_Interceptor (orb.in ()), -1); orb->_register_client_interceptor (interceptor); |