Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / UNKNOWN_Exception / test.idl
blob27e54cbd088407eaeebefcbcd959f17847572574
3 interface test
5 void normal_method ();
6 void unknown_exception_in_method ();
7 void unknown_exception_during_deactivation ();
8 };
10 interface test_factory
12 test create_test ();
13 void shutdown ();