1 package gcc.org.omg.IIOP; 2 3 9 10 public final class BiDirIIOPServiceContextHolder implements org.omg.CORBA.portable.Streamable 11 { 12 public gcc.org.omg.IIOP.BiDirIIOPServiceContext value = null; 13 14 public BiDirIIOPServiceContextHolder () 15 { 16 } 17 18 public BiDirIIOPServiceContextHolder (gcc.org.omg.IIOP.BiDirIIOPServiceContext initialValue) 19 { 20 value = initialValue; 21 } 22 23 public void _read (org.omg.CORBA.portable.InputStream i) 24 { 25 value = gcc.org.omg.IIOP.BiDirIIOPServiceContextHelper.read (i); 26 } 27 28 public void _write (org.omg.CORBA.portable.OutputStream o) 29 { 30 gcc.org.omg.IIOP.BiDirIIOPServiceContextHelper.write (o, value); 31 } 32 33 public org.omg.CORBA.TypeCode _type () 34 { 35 return gcc.org.omg.IIOP.BiDirIIOPServiceContextHelper.type (); 36 } 37 38 } 39 | Popular Tags |