module ORT { interface sum_server { long add_variables (in long a, in long b); }; };