diff options
Diffstat (limited to 'examples/CORBA/Test.idl')
-rw-r--r-- | examples/CORBA/Test.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/CORBA/Test.idl b/examples/CORBA/Test.idl new file mode 100644 index 00000000000..33e8adce847 --- /dev/null +++ b/examples/CORBA/Test.idl @@ -0,0 +1,6 @@ +interface Test +// @(#)Test.idl 1.1 10/18/96 + +{ + void method (in long input1); +}; |