Example #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     opentype = xdr.xdrDecodeInt();
     switch ( opentype ) {
     case opentype4.OPEN4_CREATE:
     how = new createhow4(xdr);
     break;
     default:
     break;
     }
 }
Example #2
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            opentype = xdr.xdrDecodeInt();
            switch (opentype)
            {
                case opentype4.OPEN4_CREATE:
                    how = new createhow4(xdr);
                    break;

                default:
                    break;
            }
        }