summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Codec/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Codec/test.idl')
-rw-r--r--trunk/TAO/tests/Codec/test.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Codec/test.idl b/trunk/TAO/tests/Codec/test.idl
new file mode 100644
index 00000000000..3d80bf6262f
--- /dev/null
+++ b/trunk/TAO/tests/Codec/test.idl
@@ -0,0 +1,27 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file test.idl
+ *
+ * $Id$
+ *
+ * "test" IDL interface for the Codec test.
+ *
+ * @author Ossama Othman <ossama@uci.edu>
+ */
+//=============================================================================
+
+module Foo
+{
+
+ struct Bar
+ {
+ long A;
+ long B;
+ unsigned long long C;
+ string D;
+ wstring E;
+ };
+
+};