Issue 12559: Section 13.7 ServiceContext (corba-rtf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl) Nature: Clarification Severity: Minor Summary: ServiceContext is defined as: struct ServiceContext { ServiceId context_id; sequence <octet> context_data; }; Anonymous types are deprecated, this should be struct ServiceContext { ServiceId context_id; CORBA::OctetSeq context_data; }; Resolution: Revised Text: Actions taken: June 25, 2008: received issue April 11, 2012: Deferred Discussion: End of Annotations:===== m: webmaster@omg.org Date: 25 Jun 2008 14:05:44 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: CORBA Section: 13.7 FormalNumber: 04-03-12 Version: 3.0.3 RevisionDate: - Page: 13-29 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 Description ServiceContext is defined as: struct ServiceContext { ServiceId context_id; sequence context_data; }; Anonymous types are deprecated, this should be struct ServiceContext { ServiceId context_id; CORBA::OctetSeq context_data; };