summaryrefslogtreecommitdiff
path: root/TAO/tests/Skeleton_Inheritance/idl_1.idl
blob: d123d0cef6809fdf5a2cc1b0118826cefc6ade8d (plain)
1
2
3
4
5
6
7
8
9
10

module Skeleton_Inheritance
{
  interface Interface_1
  {
    string operation_1 ();

    attribute long attribute_1;
  };
};