summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test.idl
blob: 33e8adce8473d5f2645b434a8209871c3560db5b (plain)
1
2
3
4
5
6
interface Test
// @(#)Test.idl	1.1	10/18/96

{
  void method (in long input1);
};