Issue 14920: Casing issue, CORBA::OCtetSeq
Issue 15670: QoSPropertyRegistration used but not defined
Issue 17442: simplified api (un)intall_service_reference
Issue 14920: Casing issue, CORBA::OCtetSeq (qos4ccm-rtf)
Click here for this issue's archive.
Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl)
Nature: Clarification
Severity: Minor
Summary:
In the document there are several casing problems, search for CORBA::OCtetSeq, it should be CORBA::OctetSeq
The specification adds QoSPropertyRegistration as part of the context definition but this interface isn't defined at all in the specification
The spec defines the following methods Cookie install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in Cookie ck) raises (CCMException); it is described that the service reference id is unique, so why do we need a cookie at all. It will simplify things for users if we do: void install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in string service_id) raises (CCMException);