=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / IDL_Test / reopen_include2.idl
blobd8651d612ec25f37528490b3b8a29070be4dedec
2 //=============================================================================
3 /**
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
9 * stay fixed.
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.
24 module frag
26 struct pug {short leash;};
29 // These three are reopened in reopened_modules.idl.
30 module XX
32 typedef long whah;
35 module A
37 module B
39 interface X2
41 string getX2 ();
46 #endif /* IDL_TEST_REOPEN_INCLUDE2_IDL */