diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-02 14:16:20 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-02 14:16:20 +0000 |
commit | 11055782146f9e1f930e2951b9dab5e33a71d47e (patch) | |
tree | 41b0b802818ef2835a663cc533da5518752d743f /TAO/orbsvcs/tests | |
parent | 1905af7c01eb54e9255c96b30bbf707c1b9b82ae (diff) | |
download | ATCD-11055782146f9e1f930e2951b9dab5e33a71d47e.tar.gz |
ChangeLogTag:Sat Aug 2 09:14:42 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp | 7 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp index 004b5081e2e..a7628289a3f 100644 --- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp +++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp @@ -62,9 +62,10 @@ Server_Request_Interceptor::receive_request_service_contexts ( { this->request_count_++; - ACE_DEBUG ((LM_DEBUG, +/* ACE_DEBUG ((LM_DEBUG, "(%P|%t) receive_request_service_context called [%d] times \n", this->request_count_)); + */ if (this->forward_request_thrown_ == true) { @@ -107,10 +108,6 @@ Server_Request_Interceptor::receive_request ( ACE_THROW_SPEC ((CORBA::SystemException, PortableInterceptor::ForwardRequest)) { - ACE_DEBUG ((LM_DEBUG, - "(%P|%t) receive_request called [%d] times \n", - this->request_count_)); - if (this->request_count_ == 8) { ACE_DEBUG ((LM_DEBUG, diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp index 53924eacb5c..82ac5cdec4b 100644 --- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp +++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp @@ -1,8 +1,8 @@ // -*- C++ -*- #include "ace/Get_Opt.h" - #include "testC.h" +#include "orbsvcs/FaultTolerance/FT_Service_Activate.h" ACE_RCSID (Group_Ref_Manip, client, |