RT 1.2 NO IDEA Avatar
  1. OMG Issue

RT12 — Minor syntax errors in spec

  • Key: RT12-10
  • Legacy Issue Number: 5949
  • Status: closed  
  • Source: Objective Interface Systems ( Mr. Bill Beckwith)
  • 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 );

  • Reported: RT 1.1 — Thu, 12 Jun 2003 04:00 GMT
  • Disposition: Resolved — RT 1.2
  • Disposition Summary:

    Accept as specified

  • Updated: Fri, 6 Mar 2015 20:51 GMT