Exemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._before = new PreOperationAttributes(xdr);
     this._after = new PostOperationAttributes(xdr);
 }
Exemplo n.º 2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._before = new PreOperationAttributes(xdr);
     this._after  = new PostOperationAttributes(xdr);
 }