summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/test2.idl
blob: 23f5ecf0224816a7ffdf73bccf146b1916c2cc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __TEST2_IDL__
#define __TEST2_IDL__
module test {
  typedef sequence<string> StringSeq;
  interface aaa
  {
    void aaatest(in StringSeq data);
  };
};
#endif // __TEST2_IDL__
#ifndef __TEST2_IDL__
#define __TEST2_IDL__
module test {
  typedef sequence<string> StringSeq;
  interface aaa
  {
    void aaatest(in StringSeq data);
  };
};
#endif // __TEST2_IDL__