summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/test1.idl
blob: dfb837f92a02e8c2d8a52dcf0c37ee4962090b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#ifndef __TEST1_IDL__
#define __TEST1_IDL__
module test {
  typedef sequence<string> StringSeq;
};
#endif // __TEST1_IDL__
#ifndef __TEST1_IDL__
#define __TEST1_IDL__
module test {
  typedef sequence<string> StringSeq;
};
#endif // __TEST1_IDL__