summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
blob: 2e683179e89c5e78c174690ca83c45645b6c726d (plain)
1
2
3
4
5
interface Paper_Airplane_Server
{
  string get_plane ();
  // Returns the plane of the moment.
};