summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant/Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Generic_Servant/Foo.idl')
-rw-r--r--TAO/tests/POA/Generic_Servant/Foo.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/POA/Generic_Servant/Foo.idl b/TAO/tests/POA/Generic_Servant/Foo.idl
new file mode 100644
index 00000000000..9e248115e9c
--- /dev/null
+++ b/TAO/tests/POA/Generic_Servant/Foo.idl
@@ -0,0 +1,4 @@
+interface Foo
+{
+ long doit();
+};