summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/File2.idl
blob: f8c3106e3523234e2ba89cf736ab2e056d646068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#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_