From 1aafc980a97ffe29a8d7ac33b9a0bc698e5e413d Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 18 May 2001 06:05:51 +0000 Subject: ChangeLogTag:Thu May 17 22:29:08 2001 Ossama Othman --- .../Request_Interceptor_Flow/Client_Request_Interceptor.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp') diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp index 2e886f90142..9eceac9aa11 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp @@ -110,6 +110,8 @@ Client_Request_Interceptor::receive_reply ( if (!client_side) return; // Don't continue if the server side is being tested. + this->ending_interception_point_count_++; + ACE_DEBUG ((LM_INFO, "%s.receive_reply", this->name_.in ())); @@ -151,8 +153,6 @@ Client_Request_Interceptor::receive_reply ( ACE_DEBUG ((LM_DEBUG, "\n")); - - this->ending_interception_point_count_++; } void @@ -171,6 +171,8 @@ Client_Request_Interceptor::receive_exception ( if (!client_side) return; // Don't continue if the server side is being tested. + this->ending_interception_point_count_++; + ACE_DEBUG ((LM_INFO, "%s.receive_exception", this->name_.in ())); @@ -236,8 +238,6 @@ Client_Request_Interceptor::receive_exception ( ACE_DEBUG ((LM_DEBUG, "\n")); - - this->ending_interception_point_count_++; } void @@ -256,11 +256,11 @@ Client_Request_Interceptor::receive_other ( if (!client_side) return; // Don't continue if the server side is being tested. + this->ending_interception_point_count_++; + ACE_DEBUG ((LM_INFO, "%s.receive_other\n", this->name_.in ())); - - this->ending_interception_point_count_++; } CORBA::Boolean -- cgit v1.2.1