Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Skeleton_Inheritance / idl_2.idl
blob867427cfc93c36e4a078d3dcb657a42cb9288f92
2 #include "idl_1.idl"
4 module Skeleton_Inheritance
6 interface Interface_2 : Interface_1
8 string operation_2 ();
10 readonly attribute string attribute_2;