summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 17:58:35 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 17:58:35 +0000
commitc3f276ddd0839f9263096f11973655c0bc180ecf (patch)
treed70452959098ad3757d22c189da586ccf98ec83f
parent51854fc5ec89f6b8f6b45f0cad835ed2980e4d70 (diff)
downloadATCD-c3f276ddd0839f9263096f11973655c0bc180ecf.tar.gz
Moved into ImplRepo.idl
-rw-r--r--TAO/orbsvcs/orbsvcs/Ping.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Ping.idl b/TAO/orbsvcs/orbsvcs/Ping.idl
deleted file mode 100644
index 50be83c601a..00000000000
--- a/TAO/orbsvcs/orbsvcs/Ping.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#ifndef TAO_PING_IDL
-#define TAO_PING_IDL
-
-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.
-};
-
-#endif /*TAO_PING_IDL */