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