Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Smart_Proxies / Benchmark / test.idl
blob5c954463b51cafb179a99371d6861922aac8f205
1 interface Test
3 // = TITLE
4 // A simple test interface
5 //
6 // = DESCRIPTION
7 // This test demostrates the smart proxy feature in TAO
8 // and shows how it can improve performace via caching.
10 short box_prices ();
11 // Get the prices for the box seats of the Broadway show.
13 long tickets (in short number);
14 // Order tickets.
16 oneway void shutdown ();