CORBA 3.5b1 RTF Avatar
  1. OMG Issue

CORBA35 — module SendingContext

  • Key: CORBA35-201
  • Legacy Issue Number: 7340
  • Status: open  
  • Source: MetroApp Entertainment ( Keith Allyn Baker)
  • Summary:

    The CORBA specification has;

    module SendingContext 
    { 
        //... 
        interface CodeBase 
        { 
            //...
            CORBA::FullValueDescription meta(in CORBA::RepositoryId x); 
            //... 
        }; 
        //... 
    };
    

    but there is no CORBA::FullValueDescription defined in the specification, yet the supplied <SendingContext.idl> file declares

    module SendingContext 
    { 
        //... 
        interface CodeBase
        { 
            //... 
            CORBA::ValueDef::FullValueDescription meta(in CORBA::RepositoryId x); 
            //...
        }; 
        //... 
    };
    
  • Reported: CORBA 3.0.3 — Sat, 15 May 2004 04:00 GMT
  • Updated: Wed, 1 Oct 2025 19:30 GMT