summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl')
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_Factory_Server.cpp3
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_server.cpp4
2 files changed, 0 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_Factory_Server.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_Factory_Server.cpp
index cef4b099a21..5a9c2c5027b 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_Factory_Server.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_Factory_Server.cpp
@@ -44,7 +44,6 @@ LB_Factory_Server::run (void)
return -1;
}
return 1;
-
}
@@ -66,7 +65,6 @@ LB_Factory_Server::destroy (void)
return -1;
}
return 1;
-
}
int
@@ -195,6 +193,5 @@ LB_Factory_Server::init (void)
}
return 1;
-
}
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_server.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_server.cpp
index 6febfc8546c..53262b5b65e 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_server.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/LB_server.cpp
@@ -45,7 +45,6 @@ LB_server::run (void)
return -1;
}
return 1;
-
}
@@ -67,7 +66,6 @@ LB_server::destroy (void)
return -1;
}
return 1;
-
}
int
@@ -169,7 +167,6 @@ LB_server::init (void)
}
return 1;
-
}
int
@@ -270,5 +267,4 @@ LB_server::create_object_group (const char *loc_1, const char *loc_2, const char
}
return 1;
-
}