1 package test.crispy.example.service.corba;
2
3
4 /**
5 * test/crispy/example/service/corba/CalculatorOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from Echo.idl
8 * Donnerstag, 13. April 2006 19.25 Uhr CEST
9 */
10
11 public interface CalculatorOperations
12 {
13 int add (int a, int b);
14 int subtract (int a, int b);
15 } // interface CalculatorOperations