summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Leaks/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Leaks/Test.idl')
-rw-r--r--TAO/tests/Server_Leaks/Test.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tests/Server_Leaks/Test.idl b/TAO/tests/Server_Leaks/Test.idl
deleted file mode 100644
index 3f71918cab1..00000000000
--- a/TAO/tests/Server_Leaks/Test.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// $Id$
-//
-
-module Test
-{
- /// An interface to communicate and shutdown a process
- interface Ping_Service
- {
- /// Just a void function contact the server
- void ping ();
-
- /// Shutdown the server
- oneway void shutdown ();
- };
-};