RT 1.2 NO IDEA Avatar
  1. OMG Issue

RT12 — PriorityModelPolicy

  • Key: RT12-9
  • Legacy Issue Number: 5613
  • Status: closed  
  • Source: OOMWorks ( Irfan Pyarali)
  • Summary:

    RTCORBA::PriorityModelPolicy cannot be created via ORB::create_policy() method because this policy has two attributes <priority_model> and <server_priority> and the Any that is passed to the ORB::create_policy() method can only hold one parameter. Here is the proposed fix:

    struct PriorityModelParameter

    { PriorityModel priority_model; Priority server_priority; }

    ;

    local interface PriorityModelPolicy : CORBA::Policy

    { readonly attribute PriorityModelParameter value; }

    ;

    RTCORBA::create_priority_model_policy may also need to be changed (for consistency) to accept <PriorityModelParameter> rather than the two parameters separately.

  • Reported: RT 1.1 — Thu, 29 Aug 2002 04:00 GMT
  • Disposition: Resolved — RT 1.2
  • Disposition Summary:

    Closed, no change

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