summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/test3.idl
blob: 0b6923509e024db5fb2799b528c3b55232d4687b (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#ifndef __TEST3_IDL__
#define __TEST3_IDL__
module test {
  interface aaa
  {
    void aaatest(in long data);
  };
};
#endif // __TEST3_IDL__