package com.vci.corba.omd.ddl; /** * Generated from IDL interface "DDLService". * * @author JacORB IDL compiler V 3.9 * @version generated at 2022-12-23 15:42:24 */ public final class DDLServiceHolder implements org.omg.CORBA.portable.Streamable{ public DDLService value; public DDLServiceHolder() { } public DDLServiceHolder (final DDLService initial) { value = initial; } public org.omg.CORBA.TypeCode _type() { return DDLServiceHelper.type(); } public void _read (final org.omg.CORBA.portable.InputStream in) { value = DDLServiceHelper.read (in); } public void _write (final org.omg.CORBA.portable.OutputStream _out) { DDLServiceHelper.write (_out,value); } }