public void xdrDecode(XdrDecodingStream xdr) { tsr_status = xdr.xdrDecodeInt(); switch ( tsr_status ) { case nfsstat4.NFS4_OK: tsr_resok4 = new TEST_STATEID4resok(xdr); break; default: break; } }
public void xdrDecode(XdrDecodingStream xdr) { tsr_status = xdr.xdrDecodeInt(); switch (tsr_status) { case nfsstat4.NFS4_OK: tsr_resok4 = new TEST_STATEID4resok(xdr); break; default: break; } }