-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: other-libs
-
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;
};
};
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;
};
};