summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test.idl
blob: d5ae1850e4ab88d694f8d946492b0a2cdf33ccb4 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface Test
// @(#)Test.idl	1.1	10/18/96

{
  void method (in long input1);
};