Exemple #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     { int _size = xdr.xdrDecodeInt(); nflda_multipath_ds_list = new multipath_list4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           nflda_multipath_ds_list[_idx] = new multipath_list4(xdr);
       }
     }
 }
 public void xdrDecode(XdrDecodingStream xdr) {
     { int _size = xdr.xdrDecodeInt(); nflda_multipath_ds_list = new multipath_list4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { nflda_multipath_ds_list[_idx] = new multipath_list4(xdr); } }
 }