Issues for Real-Time CORBA 1.2 RTF mailing list

To comment on any of these issues, send email to rt-corba-rtf@omg.org. (Please include the issue number in the Subject: header, thusly: [Issue ###].) To submit a new issue, send email to issues@omg.org.

List of issues (green=resolved, yellow=pending Board vote, red=unresolved)

List options: All ; Open Issues only; or Closed Issues only

Issue 5949: Minor syntax errors in spec

Issue 5949: Minor syntax errors in spec (rt-corba-rtf)

Click here for this issue's archive.
Source: Objective Interface Systems (Mr. Bill Beckwith, bill.beckwith@ois.com)
Nature: Uncategorized Issue
Severity:
Summary:
These should be editorial changes:


Section 2.7.4 Server Declared Priority Model


ObjectId activate_object_with_priority (
                in PortableServer::Servant p_servant,
                in RTCORBA::Priority priority )
        raises ( ServantAlreadyActive, WrongPolicy );


Should be:


PortableServer::POA::ObjectId activate_object_with_priority (
                in PortableServer::Servant p_servant,
                in RTCORBA::Priority priority )
        raises ( PortableServer::POA::ServantAlreadyActive,
                 PortableServer::POA::WrongPolicy );

Resolution: Accept as specified
Revised Text: In section 2.7.4 and in Consolidated IDL, change the IDL of the activate_object_with_priority operation to: PortableServer::ObjectId activate_object_with_priority ( in PortableServer::Servant p_servant, in RTCORBA::Priority priority ) raises (ServantAlreadyActive,WrongPolicy );
Actions taken:
June 12, 2003: received issue
March 10, 2004: closed issue