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