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