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 );