1 package gcc.org.omg.IIOP; 2 3 4 10 11 public final class BiDirIIOPServiceContext implements org.omg.CORBA.portable.IDLEntity  12 { 13 14 public gcc.org.omg.IIOP.ListenPoint listen_points[] = null; 16 17 public BiDirIIOPServiceContext () 18 { 19 } 21 public BiDirIIOPServiceContext (gcc.org.omg.IIOP.ListenPoint[] _listen_points) 22 { 23 listen_points = _listen_points; 24 } 26 } | Popular Tags |