1 | package Counter; |
2 | public class _CountStub extends org.omg.CORBA.portable.ObjectImpl implements Counter.Count { |
3 | ...... |
4 | public int sum() throws org.omg.CORBA.SystemException { |
5 | long _n[] = new long[1]; |
6 | java.lang.Object _o[] = new java.lang.Object[1]; |
7 | _invoke(__ops[0], _n, _o); |
8 | return (int) (_n[0] & 0xFFFFFFFFL); |
9 | } .... |