Exemple #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._dir_attributes = new PostOperationAttributes(xdr);
     this._cookieverf     = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._reply          = new ItemAccessOK(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._dir_attributes = new PostOperationAttributes(xdr);
     this._cookieverf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._reply = new ItemAccessOK(xdr);
 }