Esempio n. 1
0
 public void xdrDecode(XdrDecodingStream xdr) {
     tsr_status = xdr.xdrDecodeInt();
     switch ( tsr_status ) {
     case nfsstat4.NFS4_OK:
         tsr_resok4 = new TEST_STATEID4resok(xdr);
         break;
     default:
         break;
     }
 }
Esempio n. 2
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            tsr_status = xdr.xdrDecodeInt();
            switch (tsr_status)
            {
                case nfsstat4.NFS4_OK:
                    tsr_resok4 = new TEST_STATEID4resok(xdr);
                    break;

                default:
                    break;
            }
        }