Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Skeleton_Inheritance / idl_3.idl
blobfec5961ef4d3201c71aadb95c9a12fce899b2170
2 #include "idl_2.idl"
4 module Skeleton_Inheritance
6 interface Interface_3 : Interface_2
8 string operation_3 ();
10 oneway void shutdown ();
12 attribute short attribute_3;