Пример #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     eia_clientowner = new client_owner4(xdr);
     eia_flags = new uint32_t(xdr);
     eia_state_protect = new state_protect4_a(xdr);
     { int size = xdr.xdrDecodeInt(); eia_client_impl_id = new nfs_impl_id4[size]; for (int idx = 0; idx < size; ++idx) { eia_client_impl_id[idx] = new nfs_impl_id4(xdr); } }
 }
Пример #2
0
    public void xdrDecode(XdrDecodingStream xdr)
 {
        eia_clientowner = new client_owner4(xdr);
        eia_flags = new uint32_t(xdr);
        eia_state_protect = new state_protect4_a(xdr);
        { int size = xdr.xdrDecodeInt(); eia_client_impl_id = new nfs_impl_id4[size]; for ( int idx = 0; idx < size; ++idx ) { eia_client_impl_id[idx] = new nfs_impl_id4(xdr); } }
    }