summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl')
-rw-r--r--TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl b/TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl
new file mode 100644
index 00000000000..8643b6cca3e
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/Register_Initial_References/test.idl
@@ -0,0 +1,21 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file test.idl
+ *
+ * $Id$
+ *
+ * Simple IDL file
+ *
+ * @author Johnny Willemsen <jwillemsen@remedy.nl>
+ */
+//=============================================================================
+
+module TestModule
+{
+
+ interface test
+ {
+ };
+};