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