Update bug_report.md
[ACE_TAO.git] / TAO / orbsvcs / examples / FaultTolerance / RolyPoly / RolyPoly.idl
blobcea468af19fa157b60405fd245a8e11270e417d3
1 // file : RolyPoly/RolyPoly.idl
2 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
3 interface RolyPoly
5 exception E
7 string s;
8 };
10 short number (inout string m) raises (E);
12 oneway void shutdown ();