summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/DiffServ/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/tests/DiffServ/test.idl')
-rw-r--r--modules/TAO/tests/DiffServ/test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/TAO/tests/DiffServ/test.idl b/modules/TAO/tests/DiffServ/test.idl
new file mode 100644
index 00000000000..3ed4d3d20ea
--- /dev/null
+++ b/modules/TAO/tests/DiffServ/test.idl
@@ -0,0 +1,9 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ void test_method ();
+ oneway void shutdown ();
+};