summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
blob: b3aed65f2df3fb804486902cfbfe860e7fba2dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// $Id$
/**
 * @file raw_include.idl
 * @author Jeff Parsons <j.parsons@vanderbilt.edu>
 *
 * Tests tool's 'excluded file' feature, which allows the user
 * to specifcy the generation of an #include for this file, in
 * an IDL2 file corresponding to the IDL3 file this one is
 * included in unchanged, without the '_IDL2' suffix.
 */
 
#ifndef RAW_INCLUDE_IDL
#define RAW_INCLUDE_IDL

module carnsarn
{
  typedef boolean t_or_f;

  struct one
  {
    short shortshort;
    string along;
    wstring<3> trinity;
  };
};

#endif /* RAW_INCLUDE_IDL */