summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1693_Test/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1693_Test/test.idl')
-rw-r--r--TAO/tests/Bug_1693_Test/test.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1693_Test/test.idl b/TAO/tests/Bug_1693_Test/test.idl
new file mode 100644
index 00000000000..5bc80d66988
--- /dev/null
+++ b/TAO/tests/Bug_1693_Test/test.idl
@@ -0,0 +1,18 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file test.idl
+ *
+ * $Id$
+ *
+ * "test" IDL interface for the Codec test.
+ *
+ * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
+ */
+//=============================================================================
+
+module Foo
+{
+ typedef unsigned long type_ulong;
+};