00001 package sctConf;
00002
00003
00011 public final class UnusedArray32_7Holder implements org.omg.CORBA.portable.Streamable
00012 {
00013 public int value[] = null;
00014
00015 public UnusedArray32_7Holder ()
00016 {
00017 }
00018
00019 public UnusedArray32_7Holder (int[] initialValue)
00020 {
00021 value = initialValue;
00022 }
00023
00024 public void _read (org.omg.CORBA.portable.InputStream i)
00025 {
00026 value = sctConf.UnusedArray32_7Helper.read (i);
00027 }
00028
00029 public void _write (org.omg.CORBA.portable.OutputStream o)
00030 {
00031 sctConf.UnusedArray32_7Helper.write (o, value);
00032 }
00033
00034 public org.omg.CORBA.TypeCode _type ()
00035 {
00036 return sctConf.UnusedArray32_7Helper.type ();
00037 }
00038
00039 }