summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl')
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl b/TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl
new file mode 100644
index 00000000000..329acf8055e
--- /dev/null
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/test.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+//
+// Simple interface to be used in registration test
+//
+interface test
+{
+};