Пример #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     qop     = new qop4(xdr);
     service = xdr.xdrDecodeInt();
 }
Пример #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     qop = new qop4(xdr);
     service = xdr.xdrDecodeInt();
 }