Exemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new changeid4(xdr);
 }
Exemplo n.º 2
0
 public fattr4_change(changeid4 value)
 {
     this.value = value;
 }
Exemplo n.º 3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     atomic = xdr.xdrDecodeBoolean();
     before = new changeid4(xdr);
     after  = new changeid4(xdr);
 }
Exemplo n.º 4
0
  public void xdrDecode(XdrDecodingStream xdr)
 {
      atomic = xdr.xdrDecodeBoolean();
      before = new changeid4(xdr);
      after = new changeid4(xdr);
  }
Exemplo n.º 5
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new changeid4(xdr);
 }
Exemplo n.º 6
0
 public fattr4_change(changeid4 value)
 {
     this.value = value;
 }