summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
blob: ecc38afa7c595431cf2778647670d49a0a301dda (plain)
1
2
3
4
5
6
7
// $Id$

interface Paper_Airplane_Server
{
  string get_plane ();
  // Returns the plane of the moment.
};