Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4372196

org.omg.CORBA.ServiceDetail and ServiceInformation have errors in Helper classes

XMLWordPrintable

    • beta
    • sparc
    • solaris_8

      module CORBA{
              typedef unsigned long ServiceDetailType;
              typedef unsigned long ServiceOption;

              /*
              The mapping for ServiceDetail as represented in the files
              ServiceDetail.java and ServiceDetailHelper.java seems correct
              in general. However, Helper classes need to be declared
              abstract. No constructor is needed.
              */
              struct ServiceDetail {
                      ServiceDetailType service_detail_type;
                      sequence <octet> service_detail;
              };
              /*
              The mapping for ServiceInformation as represented in the files
              ServiceDetail.java and ServiceInformationHelper.java seems correct
              in general. However, Helper classes need to be declared
              abstract. No constructor is needed.
              */
              struct ServiceInformation {
                      sequence <ServiceOption> service_options;
                      sequence <ServiceDetail> service_details;
              };
      };

            mmortazasunw Masood Mortazavi (Inactive)
            mmortazasunw Masood Mortazavi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: