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, 9 insertions, 0 deletions
diff --git a/TAO/tests/POA/Persistent_ID/test.idl b/TAO/tests/POA/Persistent_ID/test.idl
new file mode 100644
index 00000000000..5651d1d18f6
--- /dev/null
+++ b/TAO/tests/POA/Persistent_ID/test.idl
@@ -0,0 +1,9 @@
+// $Id$
+
+interface test
+{
+ void method ();
+ test create_POA ();
+ void destroy_POA ();
+ void shutdown ();
+};