summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-17 16:44:49 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-17 16:44:49 +0000
commit005b713c648b2634056bba17d7914809b8ae0859 (patch)
tree7596b2ab7329bedfa01fd42050ab29b66d366ddb
parent91cc93b3e9cb1289e5abe5453ffb529a6fed70ee (diff)
downloadATCD-005b713c648b2634056bba17d7914809b8ae0859.tar.gz
ChangeLogTag: Fri Dec 17 10:38:53 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp4
1 files changed, 2 insertions, 2 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 c8e66906d1b..dd3d85b6ef1 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp
+++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp
@@ -67,7 +67,7 @@ Server_Request_Interceptor::receive_request_service_contexts (
/* ACE_DEBUG ((LM_DEBUG,
"(%P|%t) receive_request_service_context called [%d] times \n",
this->request_count_));
- */
+ */
if (this->forward_request_thrown_ == true)
{
@@ -151,7 +151,7 @@ Server_Request_Interceptor::receive_request (
FT::TagFTGroupTaggedComponent group_component;
- cdr >> group_component.component_version;
+ cdr >> group_component.component_version;
cdr >> group_component.group_domain_id.inout ();
cdr >> group_component.object_group_id;
cdr >> group_component.object_group_ref_version;