summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/ORB_shutdown/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/ORB_shutdown/Test.idl')
-rw-r--r--trunk/TAO/tests/ORB_shutdown/Test.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/TAO/tests/ORB_shutdown/Test.idl b/trunk/TAO/tests/ORB_shutdown/Test.idl
new file mode 100644
index 00000000000..f6a0c676b65
--- /dev/null
+++ b/trunk/TAO/tests/ORB_shutdown/Test.idl
@@ -0,0 +1,13 @@
+//
+// $Id$
+//
+
+/// Put the interfaces in a module, to avoid global namespace pollution
+module Test
+{
+ /// A very simple empty interface
+ interface Foo
+ {
+
+ };
+};