Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / IDL_Test / anyunion.idl
blobee32c34bfad49b2dbdc1cb04628d1c5da92e5942
2 //=============================================================================
3 /**
4 * @file anyunion.idl
6 * This file contains examples of IDL code that has
7 * caused problems in the past for the TAO IDL
8 * compiler. This test is to make sure the problems
9 * stay fixed.
12 * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
14 //=============================================================================
17 // AnyUnion
18 enum AnyUnionEnum {
19 ANYUNIONENUM2
22 union MyAnyUnion switch (AnyUnionEnum) {
23 case ANYUNIONENUM2:
24 any my_any;