示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     seconds  = new int64_t(xdr);
     nseconds = new uint32_t(xdr);
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
       {
     seconds = new int64_t(xdr);
     nseconds = new uint32_t(xdr);
 }