Issue 7340: module SendingContext (corba-rtf) Source: (, ) Nature: Clarification Severity: Significant 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); //... }; //... }; Resolution: Revised Text: Actions taken: May 15, 2004: received issue April 11, 2012: Deferred Discussion: End of Annotations:===== m: webmaster@omg.org Date: 15 May 2004 18:30:47 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Keith Allyn Baker Company: MetroApp Entertainment mailFrom: kabaker001@comcast.net Notification: No Specification: Common Object Request Broker Architecture: Core Specification Section: 5.6 FormalNumber: formal/04-03-12 Version: 3.0.3 RevisionDate: 03/12/04 Page: 5-18 Nature: Clarification Severity: Significant HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; YComp 5.0.0.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Description 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 file declares module SendingContext { //... interface CodeBase { //... CORBA::ValueDef::FullValueDescription meta(in CORBA::RepositoryId x); //... }; //... };