Пример #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);
 }