示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     cna_fh = new nfs_fh4(xdr);
     { int _size = xdr.xdrDecodeInt(); cna_changes = new notify4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           cna_changes[_idx] = new notify4(xdr);
       }
     }
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     cna_fh = new nfs_fh4(xdr);
     { int _size = xdr.xdrDecodeInt(); cna_changes = new notify4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { cna_changes[_idx] = new notify4(xdr); } }
 }