summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/POA_Destruction/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/POA_Destruction/test.idl')
-rw-r--r--TAO/tests/POA/POA_Destruction/test.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/POA/POA_Destruction/test.idl b/TAO/tests/POA/POA_Destruction/test.idl
new file mode 100644
index 00000000000..098546eb56e
--- /dev/null
+++ b/TAO/tests/POA/POA_Destruction/test.idl
@@ -0,0 +1,6 @@
+// $Id$
+
+interface test
+{
+ void destroy_poa ();
+};