Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Smart_Proxies / test.idl
blob91045954780d70eda92a399dba0d92a37b9b6eae
1 interface Test
3 // = TITLE
4 // A simple test interface
5 //
6 // = DESCRIPTION
7 // This test demostrates the smart proxy feature in TAO
8 // Note that though the interface has two methods just one
9 // of them can be "smartified" if necessary, the other one
10 // simply performs the same way as would the default proxy.
12 exception Oops
14 string reason;
17 short method (in short boo) raises (Oops);
19 oneway void shutdown ();