Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Skeleton_Inheritance / idl_1.idl
blobd123d0cef6809fdf5a2cc1b0118826cefc6ade8d
2 module Skeleton_Inheritance
4 interface Interface_1
6 string operation_1 ();
8 attribute long attribute_1;
9 };