Example #1
0
 public void xdrDecode(XdrDecodingStream xdr) {
     ssr_status = xdr.xdrDecodeInt();
     switch ( ssr_status ) {
     case nfsstat4.NFS4_OK:
         ssr_resok4 = new SET_SSV4resok(xdr);
         break;
     default:
         break;
     }
 }
Example #2
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            ssr_status = xdr.xdrDecodeInt();
            switch (ssr_status)
            {
            case nfsstat4.NFS4_OK:
                ssr_resok4 = new SET_SSV4resok(xdr);
                break;

            default:
                break;
            }
        }