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