1 package org.omg.IOP; 2 3 4 10 11 public final class IOR implements org.omg.CORBA.portable.IDLEntity  12 { 13 14 15 public String type_id = null; 16 17 21 public org.omg.IOP.TaggedProfile profiles[] = null; 22 23 public IOR () 24 { 25 } 27 public IOR (String _type_id, org.omg.IOP.TaggedProfile [] _profiles) 28 { 29 type_id = _type_id; 30 profiles = _profiles; 31 } 33 } | Popular Tags |