summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Ping.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Ping.idl')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Ping.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Ping.idl b/TAO/orbsvcs/ImplRepo_Service/Ping.idl
deleted file mode 100644
index 96abb0b32de..00000000000
--- a/TAO/orbsvcs/ImplRepo_Service/Ping.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-interface Ping_Object
-{
- void ping ();
- // Used for checking for liveness of a server. When the server receives
- // this, it should send back a response indicating it is sill alive.
- // Depending on the policy specified, a timeout can be reached where the
- // Implementation Repository will restart the server.
-};