2 //=============================================================================
4 * @file reopen_include2.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_INCLUDE2_IDL
18 #define IDL_TEST_REOPEN_INCLUDE2_IDL
20 #include
"reopen_include1.idl"
22 // #included by reopened modules.idl along with
23 // same module in reopen_include1.idl.
26 struct pug
{short leash
;};
29 // These three are reopened in reopened_modules.idl.
46 #endif
/* IDL_TEST_REOPEN_INCLUDE2_IDL */