Exemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     callback       = new cb_client4(xdr);
     callback_ident = xdr.xdrDecodeInt();
 }
Exemplo n.º 2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     callback = new cb_client4(xdr);
     callback_ident = xdr.xdrDecodeInt();
 }