summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/File1.idl
blob: 4c3659f4f48e2da537cda08288cc3e5df4c1befb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef File_1_
#define File_1_

module File1 {

    typedef sequence <short> Seq1;

    typedef string type2;
    typedef sequence <type2> Seq2;

};

#endif