summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_2511_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Bug_2511_Regression/test.idl')
-rw-r--r--TAO/tests/POA/Bug_2511_Regression/test.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/POA/Bug_2511_Regression/test.idl b/TAO/tests/POA/Bug_2511_Regression/test.idl
new file mode 100644
index 00000000000..373c4ef82f0
--- /dev/null
+++ b/TAO/tests/POA/Bug_2511_Regression/test.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+interface test
+{
+ void normal ();
+ void exceptional ();
+ void notexisting ();
+};