1 7 8 package org.omg.CORBA; 9 10 11 16 public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity  17 { 18 20 public int[] service_options; 21 22 24 public org.omg.CORBA.ServiceDetail [] service_details; 25 26 29 public ServiceInformation() { } 30 31 37 public ServiceInformation(int[] __service_options, 38 org.omg.CORBA.ServiceDetail [] __service_details) 39 { 40 service_options = __service_options; 41 service_details = __service_details; 42 } 43 } 44 45 | Popular Tags |