summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Persistent_ID/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Persistent_ID/test.idl')
-rw-r--r--TAO/tests/POA/Persistent_ID/test.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tests/POA/Persistent_ID/test.idl b/TAO/tests/POA/Persistent_ID/test.idl
deleted file mode 100644
index 5651d1d18f6..00000000000
--- a/TAO/tests/POA/Persistent_ID/test.idl
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-
-interface test
-{
- void method ();
- test create_POA ();
- void destroy_POA ();
- void shutdown ();
-};