summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/Airplane.idl')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/Airplane.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Airplane.idl b/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
new file mode 100644
index 00000000000..ecc38afa7c5
--- /dev/null
+++ b/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
@@ -0,0 +1,7 @@
+// $Id$
+
+interface Paper_Airplane_Server
+{
+ string get_plane ();
+ // Returns the plane of the moment.
+};