summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/test1.idl
blob: aa1a649cc45de61f30d038e9f1917826a67701b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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__