summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/File2.idl
blob: 6d3799f0a6f287fd81cf9fcd7f64640a75849739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef FILE_2_
#define FILE_2_

#include <File1.idl>

module File2 {

    interface Test {

        void op1(in File1::Seq1 s1);

        void op2(in File1::Seq2 s2);

    };

};

#endif // FILE_2_