2 //=============================================================================
4 * @file reopen_include1.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
12 * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
14 //=============================================================================
17 #ifndef IDL_TEST_REOPEN_INCLUDE1_IDL
18 #define IDL_TEST_REOPEN_INCLUDE1_IDL
20 // First opening of a module included by a chain of
21 // inclusions into reopened_modules.idl
24 typedef sequence
<double> dub_seq
;
27 // These are in each file in the reopened_modules chain,
28 // and in reopened_modules.idl, test interface parent lookup.
40 #endif
/* IDL_TEST_REOPEN_INCLUDE1_IDL */