Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Forwarding / test.idl
blob3a6c4ee76b3f8900731fc5e12f03a657ab44ce1a
1 interface test
3 long doit ();
4 // Returns numbers: they are constantly increasing
6 exception Cannot_Forward {};
7 // Raised if object cannot be forwarded.
9 void forward ()
10 raises (Cannot_Forward);
12 oneway void shutdown ();