Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / IDL_Test / module.idl
blobb99c9705df26ef2f715fadd22049564559210e57
2 //=============================================================================
3 /**
4 * @file module.idl
6 * Tests of module IDL constructs
9 * @author Andy Gokhale <gokhale@dre.vanderbilt.edu>
11 //=============================================================================
14 module mod1
16 module mod2
18 interface ex1
20 attribute long l1;
21 readonly attribute long l2;
23 long m1 (in long a);
26 interface ex2 : ex1
28 attribute long l3;
30 long m2 (in long a, out long b);