1 8 9 10 11 40 41 42 43 package org.omg.CORBA; 44 45 46 47 public final class UShortSeqHelper { 48 49 50 51 public static void insert(org.omg.CORBA.Any any, short[] _value) { 52 53 throw new org.omg.CORBA.NO_IMPLEMENT (); 54 55 } 56 57 58 59 public static short[] extract(org.omg.CORBA.Any any) { 60 61 throw new org.omg.CORBA.NO_IMPLEMENT (); 62 63 } 64 65 66 67 public static org.omg.CORBA.TypeCode type() { 68 69 throw new org.omg.CORBA.NO_IMPLEMENT (); 70 71 } 72 73 74 75 public static java.lang.String id() { 76 77 throw new org.omg.CORBA.NO_IMPLEMENT (); 78 79 } 80 81 82 83 public static short[] read( 84 85 org.omg.CORBA.portable.InputStream _input) { 86 87 throw new org.omg.CORBA.NO_IMPLEMENT (); 88 89 } 90 91 92 93 public static void write(org.omg.CORBA.portable.OutputStream _output, 94 95 short[] _value) { 96 97 throw new org.omg.CORBA.NO_IMPLEMENT (); 98 99 } 100 101 102 103 } 104 105 | Popular Tags |