Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / IDL_Test / exception_misuse1.idl
blob0c614127f203303721e0c7ccba32cf77e70242bb
1 /**
2 * @file exception_misuse1.idl
4 * https://github.com/DOCGroup/ACE_TAO/issues/2015
6 * tao_idl shall reject use of exception for argument of method
8 */
9 interface exception_misuse1 {
10 exception exc_t {
11 string reason;
13 void doit (in exc_t ex);